ResourceIdBuilder.BuildStorageResourceId Method (String, String)
Builds the resource id of the storage resource.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Public Shared Function BuildStorageResourceId ( storageAccountName As String, service As String ) As String
Parameters
- storageAccountName
-
Type:
System.String
The storage account name.
- service
-
Type:
System.String
The storage service name. Blob, Table and Queue are the supported service names.
Show: