Webhook interface
웹후크 형식의 정의입니다.
- Extends
속성
| creation |
생성 시간을 가져오거나 설정합니다. |
| description | 설명을 가져오거나 설정합니다. |
| expiry |
만료 시간을 가져오거나 설정합니다. |
| is |
웹후크의 사용 플래그 값을 가져오거나 설정합니다. |
| last |
마지막으로 호출된 시간을 가져오거나 설정합니다. |
| last |
Webhook를 마지막으로 수정한 사용자의 세부 정보 |
| last |
마지막으로 수정한 시간을 가져오거나 설정합니다. |
| parameters | 웹후크가 연결된 Runbook을 호출할 때 생성되는 작업의 매개 변수를 가져오거나 설정합니다. |
| runbook | 웹후크가 연결된 Runbook을 가져오거나 설정합니다. |
| run |
웹후크 작업이 실행될 하이브리드 작업자 그룹의 이름을 가져오거나 설정합니다. |
| uri | 웹후크 URI를 가져오거나 설정합니다. |
상속된 속성
| id | 리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 리소스의 이름 |
| system |
createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다. |
| type | 리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts" |
속성 세부 정보
creationTime
생성 시간을 가져오거나 설정합니다.
creationTime?: Date
속성 값
Date
description
설명을 가져오거나 설정합니다.
description?: string
속성 값
string
expiryTime
만료 시간을 가져오거나 설정합니다.
expiryTime?: Date
속성 값
Date
isEnabled
웹후크의 사용 플래그 값을 가져오거나 설정합니다.
isEnabled?: boolean
속성 값
boolean
lastInvokedTime
마지막으로 호출된 시간을 가져오거나 설정합니다.
lastInvokedTime?: Date
속성 값
Date
lastModifiedBy
Webhook를 마지막으로 수정한 사용자의 세부 정보
lastModifiedBy?: string
속성 값
string
lastModifiedTime
마지막으로 수정한 시간을 가져오거나 설정합니다.
lastModifiedTime?: Date
속성 값
Date
parameters
웹후크가 연결된 Runbook을 호출할 때 생성되는 작업의 매개 변수를 가져오거나 설정합니다.
parameters?: Record<string, string>
속성 값
Record<string, string>
runbook
runOn
웹후크 작업이 실행될 하이브리드 작업자 그룹의 이름을 가져오거나 설정합니다.
runOn?: string
속성 값
string
uri
웹후크 URI를 가져오거나 설정합니다.
uri?: string
속성 값
string
상속된 속성 세부 정보
id
리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
속성 값
string
name
systemData
createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.
systemData?: SystemData
속성 값
type
리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"
type?: string
속성 값
string