AwsOrganizationalDataMaster Class

Definition

The AWS organization data for the master account.

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

Constructors

AwsOrganizationalDataMaster()

Initializes a new instance of AwsOrganizationalDataMaster.

Properties

ExcludedAccountIds

If the multi cloud account is of membership type organization, list of accounts excluded from offering.

StacksetName

If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

Explicit Interface Implementations

IJsonModel<AwsOrganizationalDataMaster>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AwsOrganizationalDataMaster>.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<AwsOrganizationalDataMaster>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AwsOrganizationalDataMaster>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AwsOrganizationalDataMaster>.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