DataClient.GetTileMatrices Method

Definition

Overloads

Name Description
GetTileMatrices(RequestContext)

[Protocol Method] Return Matrix List

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

Return Matrix List.

GetTileMatrices(RequestContext)

Source:
DataClient.cs

[Protocol Method] Return Matrix List

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

GetTileMatrices(CancellationToken)

Source:
DataClient.cs

Return Matrix List.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<string>> GetTileMatrices(System.Threading.CancellationToken cancellationToken = default);
abstract member GetTileMatrices : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
override this.GetTileMatrices : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
Public Overridable Function GetTileMatrices (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of String))

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