| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> Schema of the Data property of an EventGridEvent for an Microsoft.Resources.ResourceActionCancel event |
| | 11 | | public partial class ResourceActionCancelData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of ResourceActionCancelData. </summary> |
| 0 | 14 | | internal ResourceActionCancelData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of ResourceActionCancelData. </summary> |
| | 19 | | /// <param name="tenantId"> The tenant ID of the resource. </param> |
| | 20 | | /// <param name="subscriptionId"> The subscription ID of the resource. </param> |
| | 21 | | /// <param name="resourceGroup"> The resource group of the resource. </param> |
| | 22 | | /// <param name="resourceProvider"> The resource provider performing the operation. </param> |
| | 23 | | /// <param name="resourceUri"> The URI of the resource in the operation. </param> |
| | 24 | | /// <param name="operationName"> The operation that was performed. </param> |
| | 25 | | /// <param name="status"> The status of the operation. </param> |
| | 26 | | /// <param name="authorization"> The requested authorization for the operation. </param> |
| | 27 | | /// <param name="claims"> The properties of the claims. </param> |
| | 28 | | /// <param name="correlationId"> An operation ID used for troubleshooting. </param> |
| | 29 | | /// <param name="httpRequest"> The details of the operation. </param> |
| 2 | 30 | | internal ResourceActionCancelData(string tenantId, string subscriptionId, string resourceGroup, string resourceP |
| | 31 | | { |
| 2 | 32 | | TenantId = tenantId; |
| 2 | 33 | | SubscriptionId = subscriptionId; |
| 2 | 34 | | ResourceGroup = resourceGroup; |
| 2 | 35 | | ResourceProvider = resourceProvider; |
| 2 | 36 | | ResourceUri = resourceUri; |
| 2 | 37 | | OperationName = operationName; |
| 2 | 38 | | Status = status; |
| 2 | 39 | | Authorization = authorization; |
| 2 | 40 | | Claims = claims; |
| 2 | 41 | | CorrelationId = correlationId; |
| 2 | 42 | | HttpRequest = httpRequest; |
| 2 | 43 | | } |
| | 44 | |
|
| | 45 | | /// <summary> The tenant ID of the resource. </summary> |
| 2 | 46 | | public string TenantId { get; } |
| | 47 | | /// <summary> The subscription ID of the resource. </summary> |
| 0 | 48 | | public string SubscriptionId { get; } |
| | 49 | | /// <summary> The resource group of the resource. </summary> |
| 0 | 50 | | public string ResourceGroup { get; } |
| | 51 | | /// <summary> The resource provider performing the operation. </summary> |
| 0 | 52 | | public string ResourceProvider { get; } |
| | 53 | | /// <summary> The URI of the resource in the operation. </summary> |
| 0 | 54 | | public string ResourceUri { get; } |
| | 55 | | /// <summary> The operation that was performed. </summary> |
| 0 | 56 | | public string OperationName { get; } |
| | 57 | | /// <summary> The status of the operation. </summary> |
| 0 | 58 | | public string Status { get; } |
| | 59 | | /// <summary> The requested authorization for the operation. </summary> |
| 0 | 60 | | public string Authorization { get; } |
| | 61 | | /// <summary> The properties of the claims. </summary> |
| 0 | 62 | | public string Claims { get; } |
| | 63 | | /// <summary> An operation ID used for troubleshooting. </summary> |
| 0 | 64 | | public string CorrelationId { get; } |
| | 65 | | /// <summary> The details of the operation. </summary> |
| 0 | 66 | | public string HttpRequest { get; } |
| | 67 | | } |
| | 68 | | } |