ServiceFabricManagedApplicationTypePatch Class

Definition

Application type update request.

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

Constructors

ServiceFabricManagedApplicationTypePatch()

Initializes a new instance of ServiceFabricManagedApplicationTypePatch.

Properties

Tags

Application type update parameters.

Explicit Interface Implementations

IJsonModel<ServiceFabricManagedApplicationTypePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceFabricManagedApplicationTypePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricManagedApplicationTypePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricManagedApplicationTypePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceFabricManagedApplicationTypePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to