Freigeben über


DevTestLabResource.GetDevTestLabArtifactSource Methode

Definition

Ruft die Artefaktquelle ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}
  • Vorgangs-IdArtifactSources_Get
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource> GetDevTestLabArtifactSource (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabArtifactSource : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>
override this.GetDevTestLabArtifactSource : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>
Public Overridable Function GetDevTestLabArtifactSource (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabArtifactSourceResource)

Parameter

name
String

Der Name der Artefaktquelle.

expand
String

Geben Sie die $expand Abfrage an. Beispiel: 'properties($select=displayName)'.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

name ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

name ist NULL.

Gilt für: