Condividi tramite


AstroOrganizationPatch Class

Definition

The type used for update operations of the OrganizationResource.

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

Constructors

AstroOrganizationPatch()

Initializes a new instance of AstroOrganizationPatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The updatable properties of the OrganizationResource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AstroOrganizationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroOrganizationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroOrganizationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroOrganizationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroOrganizationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to