DevTestLabVmResource.GetApplicableSchedulesAsync(CancellationToken) 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.
Répertorie les planifications de démarrage/arrêt applicables, le cas échéant.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules
- IdVirtualMachines_ListApplicableSchedules d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>> GetApplicableSchedulesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicableSchedulesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>>
override this.GetApplicableSchedulesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>>
Public Overridable Function GetApplicableSchedulesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabApplicableSchedule))
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.