Compartilhar via


PartialUpdateOperation.Operation Propriedade

Definição

Obter ou definir o tipo de operação de atualização

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="op")]
public Microsoft.Azure.NotificationHubs.UpdateOperationType Operation { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="op")>]
member this.Operation : Microsoft.Azure.NotificationHubs.UpdateOperationType with get, set
Public Property Operation As UpdateOperationType

Valor da propriedade

Atualizar tipo de operação.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a