AutoscaleMetricSourceBuilder.BuildStorageServiceMetricSource Method (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 BuildStorageServiceMetricSource(
string storageAccountName,
string resourceType
)
public:
static String^ BuildStorageServiceMetricSource(
String^ storageAccountName,
String^ resourceType
)
static member BuildStorageServiceMetricSource :
storageAccountName:string *
resourceType:string -> string
Public Shared Function BuildStorageServiceMetricSource (
storageAccountName As String,
resourceType As String
) As String
Parameters
storageAccountName
Type: System.StringThe storage account name.
resourceType
Type: System.StringThe resource type.
Return Value
Type: System.String
The metric source.
See Also
AutoscaleMetricSourceBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top