ArmComputeModelFactory.GalleryInVmAccessControlRulesPrivilege Method

Definition

public static Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesPrivilege GalleryInVmAccessControlRulesPrivilege(string name = default, string path = default, System.Collections.Generic.IDictionary<string,string> queryParameters = default);
static member GalleryInVmAccessControlRulesPrivilege : string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesPrivilege
Public Shared Function GalleryInVmAccessControlRulesPrivilege (Optional name As String = Nothing, Optional path As String = Nothing, Optional queryParameters As IDictionary(Of String, String) = Nothing) As GalleryInVmAccessControlRulesPrivilege

Parameters

name
String

The name of the privilege.

path
String

The HTTP path corresponding to the privilege.

queryParameters
IDictionary<String,String>

The query parameters to match in the path.

Returns

A new GalleryInVmAccessControlRulesPrivilege instance for mocking.

Applies to