Partager via


OperationalInsightsLinkedStorageAccountsCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • IdLinkedStorageAccounts_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType dataSourceType, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (dataSourceType As OperationalInsightsDataSourceType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

dataSourceType
OperationalInsightsDataSourceType

Type de comptes de stockage liés.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à