Freigeben über


NodeTypesOperationsExtensions.Get Methode

Definition

Ruft einen Service Fabric-Knotentyp ab.

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

Parameter

operations
INodeTypesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

nodeTypeName
String

Der Name des Knotentyps.

Gibt zurück

Hinweise

Rufen Sie einen Service Fabric-Knotentyp eines bestimmten verwalteten Clusters ab.

Gilt für: