共用方式為


OperationalInsightsSavedSearchCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • Operation Id: SavedSearches_Get
  • Default Api Version: 2020-08-01
  • Resource: OperationalInsightsSavedSearchResource
public virtual Azure.Response<bool> Exists (string savedSearchId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (savedSearchId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

savedSearchId
String

The id of the saved search.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

savedSearchId is an empty string, and was expected to be non-empty.

savedSearchId is null.

Applies to