次の方法で共有


ManagedClustersOperationsExtensions.GetAsync メソッド

定義

Service Fabric マネージド クラスター リソースを取得します。

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

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

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

clusterName
String

クラスター リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

作成された Service Fabric マネージド クラスター リソースを取得するか、指定したリソース グループで作成されるプロセスで取得します。

適用対象