次の方法で共有


NodeTypesOperationsExtensions.Get メソッド

定義

Service Fabric ノードの種類を取得します。

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

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノード の種類の名前。

戻り値

注釈

特定のマネージド クラスターの Service Fabric ノードタイプを取得します。

適用対象