Compartir a través de


INotificationHubsOperations.PatchWithHttpMessagesAsync Método

Definición

Aplicar revisiones a NotificationHub en un espacio de nombres.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource>> PatchWithHttpMessagesAsync (string resourceGroupName, string namespaceName, string notificationHubName, Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubPatchParameters parameters = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PatchWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubPatchParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource>>
Public Function PatchWithHttpMessagesAsync (resourceGroupName As String, namespaceName As String, notificationHubName As String, Optional parameters As NotificationHubPatchParameters = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NotificationHubResource))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

namespaceName
String

El espacio de nombres.

notificationHubName
String

Nombre del centro de notificaciones.

parameters
NotificationHubPatchParameters

Parámetros proporcionados para aplicar revisiones a un recurso de NotificationHub.

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