CloudServicePatch Class

Definition

The CloudServicePatch.

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

Constructors

CloudServicePatch()

Initializes a new instance of CloudServicePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<CloudServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to