Compartir a través de


IResourceManagementPrivateLinkOperations.PutWithHttpMessagesAsync Método

Definición

Cree un vínculo privado del grupo de administración de recursos.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink>> PutWithHttpMessagesAsync (string resourceGroupName, string rmplName, Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PutWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink>>
Public Function PutWithHttpMessagesAsync (resourceGroupName As String, rmplName As String, parameters As ResourceManagementPrivateLinkLocation, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ResourceManagementPrivateLink))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

rmplName
String

Nombre del vínculo privado de administración de recursos.

parameters
ResourceManagementPrivateLinkLocation

Región para crear el vínculo privado De administración de recursos.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a