Share via


AstroOrganizationUpdateProperties Class

Definition

The updatable properties of the OrganizationResource.

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

Constructors

AstroOrganizationUpdateProperties()

Initializes a new instance of AstroOrganizationUpdateProperties.

Properties

PartnerOrganizationProperties

Organization properties.

User

Details of the user.

Explicit Interface Implementations

IJsonModel<AstroOrganizationUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroOrganizationUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroOrganizationUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroOrganizationUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroOrganizationUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to