GenerateDetailedCostReportOperationStatusesResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string scope, string operationId);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (scope As String, operationId As String) As ResourceIdentifier

Parameters

scope
String

The scope.

operationId
String

The operationId.

Returns

Applies to