Share via


AstroPartnerOrganizationUpdateProperties Class

Definition

Properties specific to Partner's organization.

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

Constructors

AstroPartnerOrganizationUpdateProperties()

Initializes a new instance of AstroPartnerOrganizationUpdateProperties.

Properties

OrganizationId

Organization Id in partner's system.

OrganizationName

Organization name in partner's system.

SingleSignOnProperties

Single Sign On properties for the organization.

WorkspaceId

Workspace Id in partner's system.

WorkspaceName

Workspace name in partner's system.

Explicit Interface Implementations

IJsonModel<AstroPartnerOrganizationUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroPartnerOrganizationUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroPartnerOrganizationUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroPartnerOrganizationUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroPartnerOrganizationUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to