StacClient.GetConformanceClasses Method

Definition

Overloads

Name Description
GetConformanceClasses(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.
GetConformanceClasses(CancellationToken)

Returns the STAC conformance classes.

GetConformanceClasses(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 Azure.Response GetConformanceClasses(Azure.RequestContext context);
abstract member GetConformanceClasses : Azure.RequestContext -> Azure.Response
override this.GetConformanceClasses : Azure.RequestContext -> Azure.Response
Public Overridable Function GetConformanceClasses (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

GetConformanceClasses(CancellationToken)

Source:
StacClient.cs

Returns the STAC conformance classes.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.StacConformanceClasses> GetConformanceClasses(System.Threading.CancellationToken cancellationToken = default);
abstract member GetConformanceClasses : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacConformanceClasses>
override this.GetConformanceClasses : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacConformanceClasses>
Public Overridable Function GetConformanceClasses (Optional cancellationToken As CancellationToken = Nothing) As 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