Bagikan melalui


OrbitalContactProfileCollection.GetAll(String, CancellationToken) Method

Definition

Returns list of contact profiles by Resource Group.

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

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 OrbitalContactProfileResource that may take multiple service requests to iterate over.

Applies to