Partager via


CommunityGalleryCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • IdCommunityGalleries_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Azure.Core.AzureLocation location, string publicGalleryName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (location As AzureLocation, publicGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

location
AzureLocation

Emplacement de la ressource.

publicGalleryName
String

Nom public de la galerie de la communauté.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

publicGalleryName a la valeur null.

S’applique à