DevOpsPoolPatch Class

Definition

The type used for update operations of the Pool.

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

Constructors

DevOpsPoolPatch()

Initializes a new instance of DevOpsPoolPatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<DevOpsPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to