ArmContainerInstanceModelFactory.ContainerGroupIdentityAccessControl 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.ContainerGroupIdentityAccessControl ContainerGroupIdentityAccessControl(Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessLevel? access = default, Azure.Core.ResourceIdentifier identity = default);
static member ContainerGroupIdentityAccessControl : Nullable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessLevel> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIdentityAccessControl
Public Shared Function ContainerGroupIdentityAccessControl (Optional access As Nullable(Of ContainerGroupIdentityAccessLevel) = Nothing, Optional identity As ResourceIdentifier = Nothing) As ContainerGroupIdentityAccessControl
Parameters
The access level of the identity.
- identity
- ResourceIdentifier
An identity.
Returns
A new ContainerGroupIdentityAccessControl instance for mocking.