ArmAppContainersModelFactory.ContainerAppAllowedPrincipals 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.
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.