Partilhar via


ManagedInstanceStartStopScheduleCollection.Exists Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • Operação IdStartStopManagedInstanceSchedules_Get
public virtual Azure.Response<bool> Exists (Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (startStopScheduleName As ManagedInstanceStartStopScheduleName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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