ResourceManagementPrivateLinkOperationsExtensions.PutAsync 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.
Créez une liaison privée de groupe de gestion des ressources.
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)
Paramètres
- operations
- IResourceManagementPrivateLinkOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- rmplName
- String
Nom de la liaison privée de gestion des ressources.
- parameters
- ResourceManagementPrivateLinkLocation
Région dans laquelle créer la liaison privée Resource Management.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET