Compartilhar via


DevTestLabResource.GetDevTestLabCustomImage Método

Definição

Obter imagem personalizada.

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

Parâmetros

name
String

O nome da imagem personalizada.

expand
String

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

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