Compartir a través de


IServerEndpointsOperations.BeginUpdateWithHttpMessagesAsync Método

Definición

Aplicar revisiones a un serverEndpoint determinado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint,Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsUpdateHeaders>> BeginUpdateWithHttpMessagesAsync (string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters parameters = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginUpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsUpdateHeaders>>
Public Function BeginUpdateWithHttpMessagesAsync (resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, Optional parameters As ServerEndpointUpdateParameters = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ServerEndpoint, ServerEndpointsUpdateHeaders))

Parámetros

resourceGroupName
String

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

storageSyncServiceName
String

Nombre del recurso del servicio de sincronización de almacenamiento.

syncGroupName
String

Nombre del recurso grupo de sincronización.

serverEndpointName
String

Nombre del objeto Server Endpoint.

parameters
ServerEndpointUpdateParameters

Cualquiera de las propiedades aplicables en la solicitud PUT.

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