Partager via


BlueprintCollection.Exists(String, CancellationToken) Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de requête/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • IdBlueprints_Get d’opération
public virtual Azure.Response<bool> Exists (string blueprintName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Paramètres

blueprintName
String

Nom de la définition de blueprint.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

blueprintName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

blueprintName a la valeur null.

S’applique à