DataClient.RegisterMosaicsSearch Method

Definition

Overloads

Name Description
RegisterMosaicsSearch(RegisterMosaic, CancellationToken)

Register a Search query.

RegisterMosaicsSearch(RequestContent, RequestContext)

[Protocol Method] Register a Search query

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

RegisterMosaicsSearch(RegisterMosaic, CancellationToken)

Source:
DataClient.cs

Register a Search query.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TilerMosaicSearchRegistrationResult> RegisterMosaicsSearch(Azure.Analytics.PlanetaryComputer.RegisterMosaic body, System.Threading.CancellationToken cancellationToken = default);
abstract member RegisterMosaicsSearch : Azure.Analytics.PlanetaryComputer.RegisterMosaic * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerMosaicSearchRegistrationResult>
override this.RegisterMosaicsSearch : Azure.Analytics.PlanetaryComputer.RegisterMosaic * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerMosaicSearchRegistrationResult>
Public Overridable Function RegisterMosaicsSearch (body As RegisterMosaic, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TilerMosaicSearchRegistrationResult)

Parameters

body
RegisterMosaic

The request body for the registerMosaicsSearch request.

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

body is null.

Service returned a non-success status code.

Applies to

RegisterMosaicsSearch(RequestContent, RequestContext)

Source:
DataClient.cs

[Protocol Method] Register a Search query

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response RegisterMosaicsSearch(Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member RegisterMosaicsSearch : Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
override this.RegisterMosaicsSearch : Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
Public Overridable Function RegisterMosaicsSearch (content As RequestContent, Optional context As RequestContext = Nothing) As Response

Parameters

content
RequestContent

The content to send as the body of the request.

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

content is null.

Service returned a non-success status code.

Applies to