VirtualMachineScaleSetVmCollection.ExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si la ressource existe dans Azure.
- Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}
- IdVirtualMachineScaleSetVMs_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))
Paramètres
- instanceId
- String
ID instance de la machine virtuelle.
- expand
- Nullable<InstanceViewType>
Expression de développement à appliquer à l’opération. « InstanceView » récupère la vue instance de la machine virtuelle. « UserData » récupère les UserData de la machine virtuelle.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
instanceId
est une chaîne vide et devait être non vide.
instanceId
a la valeur null.
S’applique à
Azure SDK for .NET