Compartir a través de


CloudServiceRolesOperationsExtensions.Get Método

Definición

Obtiene un rol de un servicio en la nube.

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

Parámetros

operations
ICloudServiceRolesOperations

Grupo de operaciones para este método de extensión.

roleName
String

Nombre del rol.

resourceGroupName
String

Nombre del grupo de recursos.

cloudServiceName
String

Nombre del servicio en la nube.

Devoluciones

Se aplica a