Freigeben über


ResourceManagementPrivateLinkOperationsExtensions.PutAsync Methode

Definition

Erstellen Sie einen privaten Link für die Ressourcenverwaltungsgruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink> PutAsync (this Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations operations, string resourceGroupName, string rmplName, Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation parameters, System.Threading.CancellationToken cancellationToken = default);
static member PutAsync : Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink>
<Extension()>
Public Function PutAsync (operations As IResourceManagementPrivateLinkOperations, resourceGroupName As String, rmplName As String, parameters As ResourceManagementPrivateLinkLocation, 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.

parameters
ResourceManagementPrivateLinkLocation

Die Region, in der der private Ressourcenverwaltungslink erstellt werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: