AwsOrganizationalDataMaster Constructors

Definition

Overloads

AwsOrganizationalDataMaster()

Initializes a new instance of the AwsOrganizationalDataMaster class.

AwsOrganizationalDataMaster(String, IList<String>)

Initializes a new instance of the AwsOrganizationalDataMaster class.

AwsOrganizationalDataMaster()

Initializes a new instance of the AwsOrganizationalDataMaster class.

public AwsOrganizationalDataMaster ();
Public Sub New ()

Applies to

AwsOrganizationalDataMaster(String, IList<String>)

Initializes a new instance of the AwsOrganizationalDataMaster class.

public AwsOrganizationalDataMaster (string stacksetName = default, System.Collections.Generic.IList<string> excludedAccountIds = default);
new Microsoft.Azure.Management.Security.Models.AwsOrganizationalDataMaster : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.AwsOrganizationalDataMaster
Public Sub New (Optional stacksetName As String = Nothing, Optional excludedAccountIds As IList(Of String) = Nothing)

Parameters

stacksetName
String

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

excludedAccountIds
IList<String>

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

Applies to