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<String>, IList<String>, IList<String>, IList<String>) |
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<String>, IList<String>, IList<String>, IList<String>)
Initializes a new instance of the Permissions class.
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.Management.KeyVault.Models.Permissions : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.KeyVault.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)
Parameters
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET