Compartilhar via


ManagedInstanceStartStopScheduleCollection.Get Método

Definição

Obtém o agendamento iniciar/parar da instância gerenciada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • IdStartStopManagedInstanceSchedules_Get de operação
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)

Parâmetros

startStopScheduleName
ManagedInstanceStartStopScheduleName

Nome do agendamento iniciar/parar da instância gerenciada.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a