你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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