次の方法で共有


OperationalInsightsLinkedStorageAccountsCollection.Exists メソッド

定義

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
public virtual Azure.Response<bool> Exists (Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType dataSourceType, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (dataSourceType As OperationalInsightsDataSourceType, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

パラメーター

dataSourceType
OperationalInsightsDataSourceType

リンクされたストレージ アカウントの種類。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象