GcpOrganizationalInfo Class

Definition

The gcpOrganization data Please note GcpOrganizationalInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GcpMemberOrganizationalInfo and GcpParentOrganizationalInfo.

public abstract class GcpOrganizationalInfo
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownGcpOrganizationalData))]
public abstract class GcpOrganizationalInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GcpOrganizationalInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GcpOrganizationalInfo>
type GcpOrganizationalInfo = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownGcpOrganizationalData))>]
type GcpOrganizationalInfo = class
    interface IJsonModel<GcpOrganizationalInfo>
    interface IPersistableModel<GcpOrganizationalInfo>
Public MustInherit Class GcpOrganizationalInfo
Public MustInherit Class GcpOrganizationalInfo
Implements IJsonModel(Of GcpOrganizationalInfo), IPersistableModel(Of GcpOrganizationalInfo)
Inheritance
GcpOrganizationalInfo
Derived
Attributes
Implements

Constructors

GcpOrganizationalInfo()

Initializes a new instance of GcpOrganizationalInfo.

Explicit Interface Implementations

IJsonModel<GcpOrganizationalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GcpOrganizationalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GcpOrganizationalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GcpOrganizationalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GcpOrganizationalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to