Partilhar via


DevTestLabUserResource.GetDevTestLabEnvironment Método

Definição

Obter ambiente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}
  • IdEnvironments_Get de operação
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource> GetDevTestLabEnvironment (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabEnvironment : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource>
override this.GetDevTestLabEnvironment : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource>
Public Overridable Function GetDevTestLabEnvironment (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabEnvironmentResource)

Parâmetros

name
String

O nome do ambiente.

expand
String

Especifique a consulta $expand. Exemplo: 'properties($select=deploymentProperties)'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

name é nulo.

Aplica-se a