ArmComputeModelFactory.GalleryInVmAccessControlRulesRoleAssignment 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.Compute.Models.GalleryInVmAccessControlRulesRoleAssignment GalleryInVmAccessControlRulesRoleAssignment(string role = default, System.Collections.Generic.IEnumerable<string> identities = default);
static member GalleryInVmAccessControlRulesRoleAssignment : string * seq<string> -> Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesRoleAssignment
Public Shared Function GalleryInVmAccessControlRulesRoleAssignment (Optional role As String = Nothing, Optional identities As IEnumerable(Of String) = Nothing) As GalleryInVmAccessControlRulesRoleAssignment
Parameters
- role
- String
The name of the role.
- identities
- IEnumerable<String>
A list of identities that can access the privileges defined by the role.
Returns
A new GalleryInVmAccessControlRulesRoleAssignment instance for mocking.