Share via


AutoscaleMetricSourceBuilder.BuildStorageApiMetricSource Method (String, String, String)

 

Build the metric source of a storage resource.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static string BuildStorageApiMetricSource(
    string storageAccountName,
    string resourceType,
    string apiName
)
public:
static String^ BuildStorageApiMetricSource(
    String^ storageAccountName,
    String^ resourceType,
    String^ apiName
)
static member BuildStorageApiMetricSource : 
        storageAccountName:string *
        resourceType:string *
        apiName:string -> string
Public Shared Function BuildStorageApiMetricSource (
    storageAccountName As String,
    resourceType As String,
    apiName As String
) As String

Parameters

  • storageAccountName
    Type: System.String

    The storage account name.

Return Value

Type: System.String

The metric source.

See Also

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

Return to top