次の方法で共有


MetricNamespacesOperationsExtensions.List メソッド

定義

リソースのメトリック名前空間を一覧表示します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.MetricNamespace> List (this Microsoft.Azure.Management.Monitor.IMetricNamespacesOperations operations, string resourceUri, string startTime = default);
static member List : Microsoft.Azure.Management.Monitor.IMetricNamespacesOperations * string * string -> seq<Microsoft.Azure.Management.Monitor.Models.MetricNamespace>
<Extension()>
Public Function List (operations As IMetricNamespacesOperations, resourceUri As String, Optional startTime As String = Nothing) As IEnumerable(Of MetricNamespace)

パラメーター

operations
IMetricNamespacesOperations

この拡張メソッドの操作グループ。

resourceUri
String

リソースの識別子。

startTime
String

ISO 8601 は、メトリック名前空間のクエリを実行する日付の開始時刻に準拠しています。

戻り値

適用対象