Compartilhar via


AutomationJobScheduleCollection.Exists(Guid, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Operação IdJobSchedule_Get
public virtual Azure.Response<bool> Exists (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parâmetros

jobScheduleId
Guid

O nome da agenda de trabalho.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a