Compartir a través de


DevTestLabArtifactSourceResource.GetDevTestLabArtifactAsync Método

Definición

Obtener artefacto.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
  • IdArtifacts_Get de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource>> GetDevTestLabArtifactAsync (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabArtifactAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource>>
override this.GetDevTestLabArtifactAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource>>
Public Overridable Function GetDevTestLabArtifactAsync (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabArtifactResource))

Parámetros

name
String

Nombre del artefacto.

expand
String

Especifique la consulta de $expand. Ejemplo: "properties($select=title)".

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

name es una cadena vacía y se esperaba que no estuviera vacía.

name es null.

Se aplica a