Delen via


Permission Constructors

Definitie

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

actions
IList<String>

Toegestane acties.

notActions
IList<String>

Geweigerde acties.

dataActions
IList<String>

Toegestane gegevensacties.

notDataActions
IList<String>

Gegevensacties geweigerd.

Van toepassing op