次の方法で共有


AwsOrganizationalDataMember Class

Definition

The AWS organization data for the member account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AwsOrganizationalDataMemberTypeConverter))]
public class AwsOrganizationalDataMember : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAwsOrganizationalDataMember, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AwsOrganizationalDataMemberTypeConverter))>]
type AwsOrganizationalDataMember = class
    interface IAwsOrganizationalDataMember
    interface IJsonSerializable
    interface IAwsOrganizationalData
    interface IValidates
Public Class AwsOrganizationalDataMember
Implements IAwsOrganizationalDataMember, IValidates
Inheritance
AwsOrganizationalDataMember
Attributes
Implements

Constructors

AwsOrganizationalDataMember()

Creates an new AwsOrganizationalDataMember instance.

Properties

OrganizationMembershipType

The multi cloud account's membership type in the organization

ParentHierarchyId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AwsOrganizationalDataMember.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AwsOrganizationalDataMember.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAwsOrganizationalDataMember.

FromJsonString(String)

Creates a new instance of AwsOrganizationalDataMember, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AwsOrganizationalDataMember into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to