CloudServiceSwapResource.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.
Overloads
| Name | Description |
|---|---|
| CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier for this resource. |
| CreateResourceIdentifier(String, String, String) |
Generate the resource identifier for this resource. |
CreateResourceIdentifier(String, String, String, String)
- Source:
- CloudServiceSwapResource.cs
Generate the resource identifier for this resource.
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string groupName, string resourceName, string singletonResource);
static member CreateResourceIdentifier : string * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, groupName As String, resourceName As String, singletonResource As String) As ResourceIdentifier
Parameters
- subscriptionId
- String
The subscriptionId.
- groupName
- String
The groupName.
- resourceName
- String
The resourceName.
- singletonResource
- String
The singletonResource.
Returns
Applies to
CreateResourceIdentifier(String, String, String)
- Source:
- CloudServiceSwapResource.cs
Generate the resource identifier for this resource.
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string cloudServiceName);
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string groupName, string resourceName);
static member CreateResourceIdentifier : string * string * string -> Azure.Core.ResourceIdentifier
static member CreateResourceIdentifier : string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, cloudServiceName As String) As ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, groupName As String, resourceName As String) As ResourceIdentifier
Parameters
- subscriptionId
- String
The subscriptionId.
- resourceGroupNamegroupName
- String
- cloudServiceNameresourceName
- String