Sdílet prostřednictvím


ProfilesOperationsExtensions.ListBySubscriptionAsync Method

Definition

Lists all Traffic Manager profiles within a subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>> ListBySubscriptionAsync (this Microsoft.Azure.Management.TrafficManager.Fluent.IProfilesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.TrafficManager.Fluent.IProfilesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IProfilesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ProfileInner))

Parameters

operations
IProfilesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to