Freigeben über


CloudServiceRoleInstancesOperationsExtensions.GetInstanceView Methode

Definition

Ruft Informationen zum Laufzeitstatus einer Rolle instance in einem Clouddienst ab.

public static Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView GetInstanceView(this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string roleInstanceName, string resourceGroupName, string cloudServiceName);
static member GetInstanceView : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView
<Extension()>
Public Function GetInstanceView (operations As ICloudServiceRoleInstancesOperations, roleInstanceName As String, resourceGroupName As String, cloudServiceName As String) As RoleInstanceInstanceView

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.

Gibt zurück

Gilt für: