Permission Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Permission() |
Initialiseert een nieuw exemplaar van de machtigingsklasse. |
Permission(IList<String>, IList<String>, IList<String>, IList<String>) |
Initialiseert een nieuw exemplaar van de machtigingsklasse. |
Permission()
Initialiseert een nieuw exemplaar van de machtigingsklasse.
public Permission ();
Public Sub New ()
Van toepassing op
Permission(IList<String>, IList<String>, IList<String>, IList<String>)
Initialiseert een nieuw exemplaar van de machtigingsklasse.
public Permission (System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> notActions = default, System.Collections.Generic.IList<string> dataActions = default, System.Collections.Generic.IList<string> notDataActions = default);
new Microsoft.Azure.Management.Authorization.Models.Permission : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Authorization.Models.Permission
Public Sub New (Optional actions As IList(Of String) = Nothing, Optional notActions As IList(Of String) = Nothing, Optional dataActions As IList(Of String) = Nothing, Optional notDataActions As IList(Of String) = Nothing)
Parameters
Van toepassing op
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