次の方法で共有


NodeTypesOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノードの種類の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象