Freigeben über


CloudServiceRolesOperationsExtensions.Get Methode

Definition

Ruft eine Rolle aus einem Clouddienst ab.

public static Microsoft.Azure.Management.Compute.Models.CloudServiceRole Get (this Microsoft.Azure.Management.Compute.ICloudServiceRolesOperations operations, string roleName, string resourceGroupName, string cloudServiceName);
static member Get : Microsoft.Azure.Management.Compute.ICloudServiceRolesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.CloudServiceRole
<Extension()>
Public Function Get (operations As ICloudServiceRolesOperations, roleName As String, resourceGroupName As String, cloudServiceName As String) As CloudServiceRole

Parameter

operations
ICloudServiceRolesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

roleName
String

Name der Rolle.

resourceGroupName
String

Name der Ressourcengruppe

cloudServiceName
String

Der Name des Clouddiensts.

Gibt zurück

Gilt für: