Udostępnij za pośrednictwem


Permission Konstruktory

Definicja

Przeciążenia

Permission()

Inicjuje nowe wystąpienie klasy Permission.

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy Permission.

Permission()

Inicjuje nowe wystąpienie klasy Permission.

public Permission();
Public Sub New ()

Dotyczy

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy Permission.

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)

Parametry

actions
IList<String>

Dozwolone akcje.

notActions
IList<String>

Odrzucone akcje.

dataActions
IList<String>

Dozwolone akcje danych.

notDataActions
IList<String>

Odrzucone akcje danych.

Dotyczy