Share via


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)

Syntax

public static string BuildStorageResourceId(
    string storageAccountName,
    string service = null
)
public:
static String^ BuildStorageResourceId(
    String^ storageAccountName,
    String^ service = null
)
static member BuildStorageResourceId : 
        storageAccountName:string *
        service:string = null -> string
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.

See Also

ResourceIdBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace

Return to top