OrbitalContactCollection.GetAll(String, CancellationToken) Method

Definition

Returns list of contacts by spacecraftName.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}/contacts
  • Operation Id: Contacts_List
public virtual Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactResource> GetAll (string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactResource>
Public Overridable Function GetAll (Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OrbitalContactResource)

Parameters

skiptoken
String

An opaque string that the resource provider uses to skip over previously-returned results. This is used when a previous list operation call returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of OrbitalContactResource that may take multiple service requests to iterate over.

Applies to