Partilhar via


DevTestLabUserResource.GetDevTestLabSecret Método

Definição

Obter segredo.

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

Parâmetros

name
String

O nome do segredo.

expand
String

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

name é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

name é nulo.

Aplica-se a