Compartir a través de


IPrivateEndpointConnectionsOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definición

Sobrecargas

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Actualice el estado de una conexión de punto de conexión privado con el nombre especificado.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Actualice el estado de una conexión de punto de conexión privado con el nombre especificado.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Actualice el estado de una conexión de punto de conexión privado con el nombre especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties properties, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As ConnectionProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos que contiene DigitalTwinsInstance.

resourceName
String

Nombre de DigitalTwinsInstance.

privateEndpointConnectionName
String

Nombre de la conexión del punto de conexión privado.

properties
ConnectionProperties

Las propiedades de conexión.

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Actualice el estado de una conexión de punto de conexión privado con el nombre especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties properties, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos que contiene DigitalTwinsInstance.

resourceName
String

Nombre de DigitalTwinsInstance.

privateEndpointConnectionName
String

Nombre de la conexión del punto de conexión privado.

properties
PrivateEndpointConnectionProperties

Las propiedades de conexión.

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