StacClient.GetConformanceClassesAsync Method

Definition

Overloads

Name Description
GetConformanceClassesAsync(RequestContext)

[Protocol Method] Returns the STAC conformance classes.

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

Returns the STAC conformance classes.

GetConformanceClassesAsync(RequestContext)

Source:
StacClient.cs

[Protocol Method] Returns the STAC conformance classes.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual System.Threading.Tasks.Task<Azure.Response> GetConformanceClassesAsync(Azure.RequestContext context);
abstract member GetConformanceClassesAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.GetConformanceClassesAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetConformanceClassesAsync (context As RequestContext) As Task(Of 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

GetConformanceClassesAsync(CancellationToken)

Source:
StacClient.cs

Returns the STAC conformance classes.

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

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