ArmComputeModelFactory.GalleryInVmAccessControlRulesIdentity Method

Definition

public static Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesIdentity GalleryInVmAccessControlRulesIdentity(string name = default, string userName = default, string groupName = default, string exePath = default, string processName = default);
static member GalleryInVmAccessControlRulesIdentity : string * string * string * string * string -> Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesIdentity
Public Shared Function GalleryInVmAccessControlRulesIdentity (Optional name As String = Nothing, Optional userName As String = Nothing, Optional groupName As String = Nothing, Optional exePath As String = Nothing, Optional processName As String = Nothing) As GalleryInVmAccessControlRulesIdentity

Parameters

name
String

The name of the identity.

userName
String

The username corresponding to this identity.

groupName
String

The groupName corresponding to this identity.

exePath
String

The path to the executable.

processName
String

The process name of the executable.

Returns

A new GalleryInVmAccessControlRulesIdentity instance for mocking.

Applies to