Language

HybridComputeExtensionValueV2Resource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(Azure.Core.AzureLocation location, string publisher, string extensionType, string version);
static member CreateResourceIdentifier : Azure.Core.AzureLocation * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (location As AzureLocation, publisher As String, extensionType As String, version As String) As ResourceIdentifier

Parameters

location
AzureLocation

The location.

publisher
String

The publisher.

extensionType
String

The extensionType.

version
String

The version.

Returns

Applies to