Partager via


PrivateLinkResourcesOperationsExtensions.GetAsync Méthode

Définition

Obtient des listes de ressources qui prennent en charge Privatelinks. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.PrivateLinkResourcesListResult> GetAsync (this Microsoft.Azure.Management.ServiceBus.IPrivateLinkResourcesOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceBus.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.PrivateLinkResourcesListResult>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourcesListResult)

Paramètres

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à