Freigeben über


CloudServiceRoleInstancesOperationsExtensions.GetAsync Methode

Definition

Ruft eine Rolle instance aus einem Clouddienst ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RoleInstance> GetAsync (this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string roleInstanceName, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RoleInstance>
<Extension()>
Public Function GetAsync (operations As ICloudServiceRoleInstancesOperations, roleInstanceName As String, resourceGroupName As String, cloudServiceName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoleInstance)

Parameter

operations
ICloudServiceRoleInstancesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

roleInstanceName
String

Name der rolle instance.

resourceGroupName
String

Name der Ressourcengruppe

cloudServiceName
String

Der Name des Clouddiensts.

expand
Nullable<InstanceViewTypes>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. "UserData" wird für Clouddienste nicht unterstützt. Mögliche Werte: "instanceView", "userData"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: