次の方法で共有


ManagedClusterVersionOperationsExtensions.GetByEnvironment メソッド

定義

指定した環境で使用できる Service Fabric クラスター コードバージョンに関する情報を取得します。

public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult GetByEnvironment(this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations operations, string location, string clusterVersion);
static member GetByEnvironment : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations * string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult
<Extension()>
Public Function GetByEnvironment (operations As IManagedClusterVersionOperations, location As String, clusterVersion As String) As ManagedClusterCodeVersionResult

パラメーター

operations
IManagedClusterVersionOperations

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

location
String

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

clusterVersion
String

クラスター コードのバージョン。

戻り値

注釈

環境別に使用可能な Service Fabric クラスター コード バージョンに関する情報を取得します。

適用対象