VaultAccessPolicyProperties 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
VaultAccessPolicyProperties() |
Initializes a new instance of the VaultAccessPolicyProperties class. |
VaultAccessPolicyProperties(IList<AccessPolicyEntry>) |
Initializes a new instance of the VaultAccessPolicyProperties class. |
VaultAccessPolicyProperties()
Initializes a new instance of the VaultAccessPolicyProperties class.
public VaultAccessPolicyProperties ();
Public Sub New ()
Applies to
VaultAccessPolicyProperties(IList<AccessPolicyEntry>)
Initializes a new instance of the VaultAccessPolicyProperties class.
public VaultAccessPolicyProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyEntry> accessPolicies);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyEntry> -> Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyProperties
Public Sub New (accessPolicies As IList(Of AccessPolicyEntry))
Parameters
- accessPolicies
- IList<AccessPolicyEntry>
An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.