EventGridModelFactory.ResourceWriteCancelEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes new instance of ResourceWriteCancelEventData class.
public static Azure.Messaging.EventGrid.SystemEvents.ResourceWriteCancelEventData ResourceWriteCancelEventData (string tenantId = default, string subscriptionId = default, string resourceGroup = default, string resourceProvider = default, string resourceUri = default, string operationName = default, string status = default, string authorization = default, string claims = default, string correlationId = default, string httpRequest = default);
static member ResourceWriteCancelEventData : string * string * string * string * string * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.ResourceWriteCancelEventData
Public Shared Function ResourceWriteCancelEventData (Optional tenantId As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing, Optional resourceProvider As String = Nothing, Optional resourceUri As String = Nothing, Optional operationName As String = Nothing, Optional status As String = Nothing, Optional authorization As String = Nothing, Optional claims As String = Nothing, Optional correlationId As String = Nothing, Optional httpRequest As String = Nothing) As ResourceWriteCancelEventData
Parameters
- tenantId
- String
The tenant ID of the resource.
- subscriptionId
- String
The subscription ID of the resource.
- resourceGroup
- String
The resource group of the resource.
- resourceProvider
- String
The resource provider performing the operation.
- resourceUri
- String
The URI of the resource in the operation.
- operationName
- String
The operation that was performed.
- status
- String
The status of the operation.
- authorization
- String
The requested authorization for the operation.
- claims
- String
The properties of the claims.
- correlationId
- String
An operation ID used for troubleshooting.
- httpRequest
- String
The details of the operation.
Returns
A new ResourceWriteCancelEventData instance for mocking.