Partager via


ManagedInstanceStartStopScheduleCollection.Get Méthode

Définition

Obtient la planification start/stop de l’instance managée.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • IdStartStopManagedInstanceSchedules_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource> Get (Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
override this.Get : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
Public Overridable Function Get (startStopScheduleName As ManagedInstanceStartStopScheduleName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedInstanceStartStopScheduleResource)

Paramètres

startStopScheduleName
ManagedInstanceStartStopScheduleName

Nom de la planification de démarrage/d’arrêt de l’instance gérée.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à