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)

public:
static String^ BuildStorageApiMetricSource(
	String^ storageAccountName,
	String^ resourceType,
	String^ apiName
)

Parameters

storageAccountName
Type: System::String^

The storage account name.

resourceType
Type: System::String^

The resource type.

apiName
Type: System::String^

The API name.

Return Value

Type: System::String^

The metric source.

Return to top
Show: