StacClient.GetLandingPage Method

Definition

Overloads

Name Description
GetLandingPage(RequestContext)

[Protocol Method] Return the STAC landing page.

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

Return the STAC landing page.

GetLandingPage(RequestContext)

Source:
StacClient.cs

[Protocol Method] Return the STAC landing page.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetLandingPage(Azure.RequestContext context);
abstract member GetLandingPage : Azure.RequestContext -> Azure.Response
override this.GetLandingPage : Azure.RequestContext -> Azure.Response
Public Overridable Function GetLandingPage (context As RequestContext) As Response

Parameters

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

Service returned a non-success status code.

Applies to

GetLandingPage(CancellationToken)

Source:
StacClient.cs

Return the STAC landing page.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.StacLandingPage> GetLandingPage(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLandingPage : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacLandingPage>
override this.GetLandingPage : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacLandingPage>
Public Overridable Function GetLandingPage (Optional cancellationToken As CancellationToken = Nothing) As Response(Of StacLandingPage)

Parameters

cancellationToken
CancellationToken

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

Returns

Exceptions

Service returned a non-success status code.

Applies to