HybridComputeExtensionValueV2Resource.CreateResourceIdentifier 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.
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.