CostManagementSettingResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string scope, Azure.ResourceManager.CostManagement.Models.CostManagementSettingType type);
static member CreateResourceIdentifier : string * Azure.ResourceManager.CostManagement.Models.CostManagementSettingType -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (scope As String, type As CostManagementSettingType) As ResourceIdentifier

Parameters

scope
String

The scope.

type
CostManagementSettingType

The type.

Returns

Applies to