ServiceFabricManagedServicePatch Class

Definition

Service update request.

public class ServiceFabricManagedServicePatch
public class ServiceFabricManagedServicePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedServicePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedServicePatch>
type ServiceFabricManagedServicePatch = class
type ServiceFabricManagedServicePatch = class
    interface IJsonModel<ServiceFabricManagedServicePatch>
    interface IPersistableModel<ServiceFabricManagedServicePatch>
Public Class ServiceFabricManagedServicePatch
Public Class ServiceFabricManagedServicePatch
Implements IJsonModel(Of ServiceFabricManagedServicePatch), IPersistableModel(Of ServiceFabricManagedServicePatch)
Inheritance
ServiceFabricManagedServicePatch
Implements

Constructors

ServiceFabricManagedServicePatch()

Initializes a new instance of ServiceFabricManagedServicePatch.

Properties

Tags

Service update parameters.

Explicit Interface Implementations

IJsonModel<ServiceFabricManagedServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceFabricManagedServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricManagedServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricManagedServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceFabricManagedServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to