Permissions 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
Permissions() |
Initializes a new instance of the Permissions class. |
Permissions(IList<KeyPermissions>, IList<SecretPermissions>, IList<CertificatePermissions>, IList<StoragePermissions>) |
Initializes a new instance of the Permissions class. |
Permissions()
Initializes a new instance of the Permissions class.
public Permissions ();
Public Sub New ()
Applies to
Permissions(IList<KeyPermissions>, IList<SecretPermissions>, IList<CertificatePermissions>, IList<StoragePermissions>)
Initializes a new instance of the Permissions class.
public Permissions (System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions> keys = default, System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> secrets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.CertificatePermissions> certificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.StoragePermissions> storage = default);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.Permissions : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions> * System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> * System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.CertificatePermissions> * System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.StoragePermissions> -> Microsoft.Azure.Management.KeyVault.Fluent.Models.Permissions
Public Sub New (Optional keys As IList(Of KeyPermissions) = Nothing, Optional secrets As IList(Of SecretPermissions) = Nothing, Optional certificates As IList(Of CertificatePermissions) = Nothing, Optional storage As IList(Of StoragePermissions) = Nothing)
Parameters
- keys
- IList<KeyPermissions>
Permissions to keys
- secrets
- IList<SecretPermissions>
Permissions to secrets
- certificates
- IList<CertificatePermissions>
Permissions to certificates
- storage
- IList<StoragePermissions>
Permissions to storage accounts
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET