次の方法で共有


ServiceFabricManagedClustersExtensions.GetManagedClusterVersions メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象