DevTestLabsExtensions.GetDevTestLabAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez un labo.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
- IdLabs_Get d’opération
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))
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- name
- String
Nom du lab.
- expand
- String
Spécifiez la requête $expand. Exemple : 'properties($select=defaultStorageAccount)'.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
name
est une chaîne vide et devait être non vide.
name
a la valeur null.