DevTestLabResource.GetDevTestLabCustomImageAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter imagem personalizada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}
- Operação IdCustomImages_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource>> GetDevTestLabCustomImageAsync (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabCustomImageAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource>>
override this.GetDevTestLabCustomImageAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource>>
Public Overridable Function GetDevTestLabCustomImageAsync (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 esperava-se que não estivesse vazia.
name
é nulo.