Partager via


DataCollectionEndpointCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • Opération IdDataCollectionEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string dataCollectionEndpointName, 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 (dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

dataCollectionEndpointName
String

Nom du point de terminaison de collecte de données. Le nom ne respecte pas la casse.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

dataCollectionEndpointName a la valeur null.

S’applique à