AutoscaleMetricSourceBuilder.BuildStorageServiceMetricSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build the metric source of a storage resource.
public static string BuildStorageServiceMetricSource (string storageAccountName, string resourceType);
static member BuildStorageServiceMetricSource : string * string -> string
Public Shared Function BuildStorageServiceMetricSource (storageAccountName As String, resourceType As String) As String
Parameters
- storageAccountName
- String
The storage account name.
- resourceType
- String
The resource type.
Returns
The metric source.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET