次の方法で共有


ManagedClustersOperationsExtensions.GetUpgradeProfileAsync メソッド

定義

マネージド クラスターのアップグレード プロファイルを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner> GetUpgradeProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpgradeProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner>
<Extension()>
Public Function GetUpgradeProfileAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedClusterUpgradeProfileInner)

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

リソース グループの名前。

resourceName
String

マネージド クラスター リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したリソース グループと名前を持つマネージド クラスターのアップグレード プロファイルの詳細を取得します。

適用対象