Condividi tramite


AstroOrganizationProperties Class

Definition

Properties specific to Data Organization resource.

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

Constructors

AstroOrganizationProperties(AstroMarketplaceDetails, AstroUserDetails)

Initializes a new instance of AstroOrganizationProperties.

Properties

Marketplace

Marketplace details of the resource.

PartnerOrganizationProperties

Organization properties.

ProvisioningState

Provisioning state of the resource.

User

Details of the user.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AstroOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroOrganizationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to