DevTestLabsExtensions.GetDevTestLabGlobalScheduleAsync 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 la planification.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}
- IdGlobalSchedules_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>> GetDevTestLabGlobalScheduleAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabGlobalScheduleAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>>
<Extension()>
Public Function GetDevTestLabGlobalScheduleAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabGlobalScheduleResource))
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- name
- String
Nom de la planification.
- expand
- String
Spécifiez la requête $expand. Exemple : 'properties($select=status)'.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
name
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
name
a la valeur null.