PrivateLinkResourcesOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir une ressource de liaison privée.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations operations, string resourceGroupName, string parentType, string parentName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, parentType As String, parentName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)
Paramètres
- operations
- IPrivateLinkResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans l’abonnement de l’utilisateur.
- parentType
- String
Type de la ressource parente. Il peut s’agir de « topics », de « domains » ou de « partnerNamespaces ».
- parentName
- String
Nom de la ressource parente (à savoir le nom de la rubrique, le nom de domaine ou le nom de l’espace de noms partenaire).
- privateLinkResourceName
- String
Nom de la ressource de liaison privée.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Obtient les propriétés d’une ressource de liaison privée.
S’applique à
Azure SDK for .NET