AwsOrganizationalDataMember Class

Definition

The AWS organization data for the member account.

public class AwsOrganizationalDataMember : Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalInfo
public class AwsOrganizationalDataMember : Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalDataMember>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalDataMember>
type AwsOrganizationalDataMember = class
    inherit AwsOrganizationalInfo
type AwsOrganizationalDataMember = class
    inherit AwsOrganizationalInfo
    interface IJsonModel<AwsOrganizationalDataMember>
    interface IPersistableModel<AwsOrganizationalDataMember>
Public Class AwsOrganizationalDataMember
Inherits AwsOrganizationalInfo
Public Class AwsOrganizationalDataMember
Inherits AwsOrganizationalInfo
Implements IJsonModel(Of AwsOrganizationalDataMember), IPersistableModel(Of AwsOrganizationalDataMember)
Inheritance
AwsOrganizationalDataMember
Implements

Constructors

AwsOrganizationalDataMember()

Initializes a new instance of AwsOrganizationalDataMember.

Properties

ParentHierarchyId

If the multi cloud account is not of membership type organization, this will be the ID of the account's parent.

Explicit Interface Implementations

IJsonModel<AwsOrganizationalDataMember>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AwsOrganizationalDataMember>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AwsOrganizationalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AwsOrganizationalInfo)
IJsonModel<AwsOrganizationalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AwsOrganizationalInfo)
IPersistableModel<AwsOrganizationalDataMember>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AwsOrganizationalDataMember>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AwsOrganizationalDataMember>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AwsOrganizationalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AwsOrganizationalInfo)
IPersistableModel<AwsOrganizationalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AwsOrganizationalInfo)
IPersistableModel<AwsOrganizationalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AwsOrganizationalInfo)

Applies to