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() | |
Permissions(IList<String>, IList<String>, IList<String>, IList<String>) |
Permissions()
public Permissions ();
Public Sub New ()
Applies to
Permissions(IList<String>, IList<String>, IList<String>, IList<String>)
public Permissions (System.Collections.Generic.IList<string> keys = default, System.Collections.Generic.IList<string> secrets = default, System.Collections.Generic.IList<string> certificates = default, System.Collections.Generic.IList<string> storage = default);
new Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Permissions : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Permissions
Public Sub New (Optional keys As IList(Of String) = Nothing, Optional secrets As IList(Of String) = Nothing, Optional certificates As IList(Of String) = Nothing, Optional storage As IList(Of String) = Nothing)