Compartilhar via


CloudServiceResource.GetCloudServiceRoleInstanceAsync Método

Definição

Obtém uma instância de função de um serviço de nuvem.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}
  • IdCloudServiceRoleInstances_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource>> GetCloudServiceRoleInstanceAsync (string roleInstanceName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudServiceRoleInstanceAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource>>
override this.GetCloudServiceRoleInstanceAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource>>
Public Overridable Function GetCloudServiceRoleInstanceAsync (roleInstanceName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudServiceRoleInstanceResource))

Parâmetros

roleInstanceName
String

Nome da instância de função.

expand
Nullable<InstanceViewType>

A expressão de expansão a ser aplicada à operação. Não há suporte para 'UserData' para serviços de nuvem.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

roleInstanceName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

roleInstanceName é nulo.

Aplica-se a