次の方法で共有


ManagedClustersOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster Get (this Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations operations, string resourceGroupName, string clusterName);
static member Get : Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster
<Extension()>
Public Function Get (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String) As ManagedCluster

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

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

clusterName
String

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

戻り値

注釈

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

適用対象