ArmComputeModelFactory.GalleryInVmAccessControlRulesRoleAssignment Method

Definition

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.

Applies to