Freigeben über


DevTestLabsExtensions.GetDevTestLab Methode

Definition

Lab abrufen.

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