Partager via


CloudServiceRoleInstancesOperationsExtensions.GetInstanceView Méthode

Définition

Récupère des informations sur l’état d’exécution d’un rôle instance dans un service cloud.

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

Paramètres

operations
ICloudServiceRoleInstancesOperations

Groupe d’opérations pour cette méthode d’extension.

roleInstanceName
String

Nom du rôle instance.

resourceGroupName
String

Nom du groupe de ressources.

cloudServiceName
String

Nom du service cloud.

Retours

S’applique à