MockableOrbitalSubscriptionResource.GetOrbitalContactProfiles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns list of contact profiles by Subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles
- Operation Id: ContactProfiles_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactProfileResource> GetOrbitalContactProfiles (string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOrbitalContactProfiles : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>
override this.GetOrbitalContactProfiles : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>
Public Overridable Function GetOrbitalContactProfiles (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
Azure SDK for .NET