Partager via


PartnerTopicCollection.ExistsAsync(String, CancellationToken) Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}
  • IdPartnerTopics_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string partnerTopicName, 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 (partnerTopicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

partnerTopicName
String

Nom de la rubrique partenaire.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

partnerTopicName est une chaîne vide et devait être non vide.

partnerTopicName a la valeur null.

S’applique à