Partager via


VirtualMachineScaleSetVmRunCommandCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName}
  • Opération IdVirtualMachineScaleSetVMRunCommands_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string runCommandName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (runCommandName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

runCommandName
String

Nom de la commande d’exécution de la machine virtuelle.

expand
String

Expression de développement à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

runCommandName a la valeur null.

S’applique à