Freigeben über


DevTestLabsExtensions.GetDevTestLabAsync Methode

Definition

Lab abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
  • Vorgang IdLabs_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>> GetDevTestLabAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>>
<Extension()>
Public Function GetDevTestLabAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabResource))

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

name
String

Der Name des Labs.

expand
String

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

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: