ResourceIdentifier(String) Constructor
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.
Initializes a new instance of the ResourceIdentifier class.
public ResourceIdentifier (string resourceId);
new Azure.Core.ResourceIdentifier : string -> Azure.Core.ResourceIdentifier
Public Sub New (resourceId As String)
Parameters
- resourceId
- String
The id string to create the ResourceIdentifier from.
Remarks
For more information on ResourceIdentifier format see the following. ResourceGroup level id https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions-resource#resourceid Subscription level id https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions-resource#subscriptionresourceid Tenant level id https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions-resource#tenantresourceid Extension id https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions-resource#extensionresourceid
Applies to
Azure SDK for .NET