ArmSecurityCenterModelFactory.AwsOrganizationalDataMaster Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalDataMaster AwsOrganizationalDataMaster(string stacksetName = default, System.Collections.Generic.IEnumerable<string> excludedAccountIds = default);
static member AwsOrganizationalDataMaster : string * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.AwsOrganizationalDataMaster
Public Shared Function AwsOrganizationalDataMaster (Optional stacksetName As String = Nothing, Optional excludedAccountIds As IEnumerable(Of String) = Nothing) As AwsOrganizationalDataMaster

Parameters

stacksetName
String

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

excludedAccountIds
IEnumerable<String>

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

Returns

A new AwsOrganizationalDataMaster instance for mocking.

Applies to