ResourceWriteCancelEventData interface
Microsoft.Resources.ResourceWriteCancel 事件之 EventGridEvent 的 Data 属性架構。 這會在取消資源建立或更新作業時引發。
屬性
authorization | 作業要求的授權。 |
claims | 宣告的屬性。 |
correlation |
用於疑難解答的作業標識碼。 |
http |
作業的詳細數據。 |
operation |
已執行的作業。 |
resource |
資源的資源群組。 |
resource |
執行作業的資源提供者。 |
resource |
作業中資源的 URI。 |
status | 作業的狀態。 |
subscription |
資源的訂用帳戶標識碼。 |
tenant |
資源的租用戶標識碼。 |
屬性詳細資料
authorization
claims
宣告的屬性。
claims: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
correlationId
用於疑難解答的作業標識碼。
correlationId: string
屬性值
string
httpRequest
operationName
已執行的作業。
operationName: string
屬性值
string
resourceGroup
資源的資源群組。
resourceGroup: string
屬性值
string
resourceProvider
執行作業的資源提供者。
resourceProvider: string
屬性值
string
resourceUri
作業中資源的 URI。
resourceUri: string
屬性值
string
status
作業的狀態。
status: string
屬性值
string
subscriptionId
資源的訂用帳戶標識碼。
subscriptionId: string
屬性值
string
tenantId
資源的租用戶標識碼。
tenantId: string
屬性值
string