ResourceIdBuilder.BuildStorageResourceId Method (String, String)

 

Builds the resource id of the storage resource.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
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.

Return Value

Type: System.String

The resource id.

Return to top
Show: