ArmComputeModelFactory.GalleryInVmAccessControlRulesPrivilege 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.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.