PartnerOrganizationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties specific to Partner's organization.
public class PartnerOrganizationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NeonPostgres.Models.PartnerOrganizationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NeonPostgres.Models.PartnerOrganizationProperties>
type PartnerOrganizationProperties = class
interface IJsonModel<PartnerOrganizationProperties>
interface IPersistableModel<PartnerOrganizationProperties>
Public Class PartnerOrganizationProperties
Implements IJsonModel(Of PartnerOrganizationProperties), IPersistableModel(Of PartnerOrganizationProperties)
- Inheritance
-
PartnerOrganizationProperties
- Implements
Constructors
PartnerOrganizationProperties(String) |
Initializes a new instance of PartnerOrganizationProperties. |
Properties
OrganizationId |
Organization Id in partner's system. |
OrganizationName |
Organization name in partner's system. |
SingleSignOnProperties |
Single Sign On properties for the organization. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PartnerOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PartnerOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PartnerOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PartnerOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PartnerOrganizationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET