ArmAppContainersModelFactory.ContainerAppAllowedPrincipals Method

Definition

The configuration settings of the Azure Active Directory allowed principals.

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

Parameters

groups
IEnumerable<String>

The list of the allowed groups.

identities
IEnumerable<String>

The list of the allowed identities.

Returns

A new ContainerAppAllowedPrincipals instance for mocking.

Applies to