ManagedInstanceStartStopScheduleResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a ManagedInstanceStartStopScheduleResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string managedInstanceName, Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName);
static member CreateResourceIdentifier : string * string * string * Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, managedInstanceName As String, startStopScheduleName As ManagedInstanceStartStopScheduleName) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

managedInstanceName
String

The managedInstanceName.

startStopScheduleName
ManagedInstanceStartStopScheduleName

The startStopScheduleName.

Returns

Applies to