ArmContainerInstanceModelFactory.ContainerGroupIdentityAccessControlLevels 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.ContainerInstance.Models.ContainerGroupIdentityAccessControlLevels ContainerGroupIdentityAccessControlLevels(Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessLevel? defaultAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessControl> acls = default);
static member ContainerGroupIdentityAccessControlLevels : Nullable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessLevel> * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessControl> -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessControlLevels
Public Shared Function ContainerGroupIdentityAccessControlLevels (Optional defaultAccess As Nullable(Of ContainerGroupIdentityAccessLevel) = Nothing, Optional acls As IEnumerable(Of ContainerGroupIdentityAccessControl) = Nothing) As ContainerGroupIdentityAccessControlLevels
Parameters
- defaultAccess
- Nullable<ContainerGroupIdentityAccessLevel>
The default access level.
The access control levels for each identity.
Returns
A new ContainerGroupIdentityAccessControlLevels instance for mocking.