DevTestLabVmResource.GetApplicableSchedules(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 de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules
- IdVirtualMachines_ListApplicableSchedules d’opération
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule> GetApplicableSchedules (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicableSchedules : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>
override this.GetApplicableSchedules : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>
Public Overridable Function GetApplicableSchedules (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabApplicableSchedule)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.