public static GetResourceId ( System.Guid subscriptionId, string resourceGroupName, string parentResource, string resourceType, string resourceName ) : string | ||
subscriptionId | System.Guid | The subscription. |
resourceGroupName | string | The resource group |
parentResource | string | The parent resource in the format: '{resourceType}/{typeName}' |
resourceType | string | The resource type string in the format: '{providerName}/{typeName}' |
resourceName | string | The resource name in the format: '{resourceName}' |
return | string |