Freigeben über


ResourceManagementPrivateLinkOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine private Verknüpfung für die Ressourcenverwaltung (Ressourcenebene) ab.

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

Parameter

operations
IResourceManagementPrivateLinkOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

rmplName
String

Der Name des privaten Links zur Ressourcenverwaltung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: