ArmSecurityCenterModelFactory.AwsOrganizationalDataMaster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.