MaintenanceApplyUpdateResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a MaintenanceApplyUpdateResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string providerName, string resourceType, string resourceName, string applyUpdateName);
static member CreateResourceIdentifier : string * string * string * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, providerName As String, resourceType As String, resourceName As String, applyUpdateName As String) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

providerName
String

The providerName.

resourceType
String

The resourceType.

resourceName
String

The resourceName.

applyUpdateName
String

The applyUpdateName.

Returns

Applies to