ProfilesOperationsExtensions.ListBySubscriptionAsync 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.
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.