Compartilhar via


SecurityAutomationCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operação IdAutomations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string automationName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (automationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

automationName
String

O nome da automação de segurança.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

automationName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

automationName é nulo.

Aplica-se a