次の方法で共有


ServiceFabricExtensions.GetClusterVersionsByEnvironment メソッド

定義

オーバーロード

GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • 操作IdClusterVersions_ListByEnvironment
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • 操作IdClusterVersions_GetByEnvironment

GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • 操作IdClusterVersions_ListByEnvironment
public static Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersionsByEnvironment (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.ServiceFabric.Models.ClusterVersionsEnvironment environment, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersionsByEnvironment : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.ServiceFabric.Models.ClusterVersionsEnvironment * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersionsByEnvironment (subscriptionResource As SubscriptionResource, location As AzureLocation, environment As ClusterVersionsEnvironment, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterCodeVersionsResult)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

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

environment
ClusterVersionsEnvironment

クラスターのオペレーティング システム。 既定値は all を意味します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ClusterCodeVersionsResult サービス要求を受け取る可能性がある のコレクション。

適用対象

GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • 操作IdClusterVersions_GetByEnvironment
public static Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersionsByEnvironment (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.ServiceFabric.Models.ClusterVersionsEnvironment environment, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersionsByEnvironment : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.ServiceFabric.Models.ClusterVersionsEnvironment * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersionsByEnvironment (subscriptionResource As SubscriptionResource, location As AzureLocation, environment As ClusterVersionsEnvironment, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterCodeVersionsResult)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

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

environment
ClusterVersionsEnvironment

クラスターのオペレーティング システム。 既定値は all を意味します。

clusterVersion
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ClusterCodeVersionsResult サービス要求を受け取る可能性がある のコレクション。

例外

clusterVersion は空の文字列であり、空でないと想定されていました。

clusterVersion が null です。

適用対象