Partager via


PrivateLinkServicesOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Obtient tous les services de liaison privée dans un abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceInner>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceInner>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IPrivateLinkServicesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkServiceInner))

Paramètres

operations
IPrivateLinkServicesOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à