次の方法で共有


ManagedClusterVersionOperationsExtensions.List メソッド

定義

指定した場所で使用できる Service Fabric クラスター コード バージョンの一覧を取得します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult> List(this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations operations, string location);
static member List : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult>
<Extension()>
Public Function List (operations As IManagedClusterVersionOperations, location As String) As IList(Of ManagedClusterCodeVersionResult)

パラメーター

operations
IManagedClusterVersionOperations

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

location
String

クラスター コード バージョンの場所。 これはクラスターの場所とは異なります。

戻り値

注釈

Service Fabric クラスター リソースで使用可能なすべてのコード バージョンを場所別に取得します。

適用対象