VaultAccessPolicyParameters Constructors
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.
Overloads
VaultAccessPolicyParameters() |
Initializes a new instance of the VaultAccessPolicyParameters class. |
VaultAccessPolicyParameters(VaultAccessPolicyProperties, String, String, String, String) |
Initializes a new instance of the VaultAccessPolicyParameters class. |
VaultAccessPolicyParameters()
Initializes a new instance of the VaultAccessPolicyParameters class.
public VaultAccessPolicyParameters ();
Public Sub New ()
Applies to
VaultAccessPolicyParameters(VaultAccessPolicyProperties, String, String, String, String)
Initializes a new instance of the VaultAccessPolicyParameters class.
public VaultAccessPolicyParameters (Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyProperties properties, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters : Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyProperties * string * string * string * string -> Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters
Public Sub New (properties As VaultAccessPolicyProperties, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)
Parameters
- properties
- VaultAccessPolicyProperties
Properties of the access policy
- id
- String
The resource id of the access policy.
- name
- String
The resource name of the access policy.
- type
- String
The resource name of the access policy.
- location
- String
The resource type of the access policy.