Partilhar via


ApiManagementNotificationCollection.Exists Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • IdNotification_Get de operação
public virtual Azure.Response<bool> Exists (Azure.ResourceManager.ApiManagement.Models.NotificationName notificationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (notificationName As NotificationName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parâmetros

notificationName
NotificationName

Identificador de nome de notificação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a