Freigeben über


PrivateLinkResourcesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine Private Link-Ressource ab.

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)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

parentType
String

Der Typ der übergeordneten Ressource. Dies kann entweder "topics", "domänen" oder "partnerNamespaces" sein.

parentName
String

Der Name der übergeordneten Ressource (entweder der Themenname, der Domänenname oder der Name des Partnernamespaces).

privateLinkResourceName
String

Der Name der Private Link-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Eigenschaften einer Private Link-Ressource ab.

Gilt für: