DevTestLabServiceFabricResource.GetDevTestLabServiceFabricScheduleAsync 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 de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}
- IdServiceFabricSchedules_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>> GetDevTestLabServiceFabricScheduleAsync (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabServiceFabricScheduleAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>>
override this.GetDevTestLabServiceFabricScheduleAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>>
Public Overridable Function GetDevTestLabServiceFabricScheduleAsync (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabServiceFabricScheduleResource))
Paramètres
- 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 devait être non vide.
name
a la valeur null.