Permission 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
Permission() | |
Permission(IList<String>, IList<String>) |
Permission()
public Permission ();
Public Sub New ()
Applies to
Permission(IList<String>, IList<String>)
public Permission (System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> notActions = default);
new Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.Permission : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.Permission
Public Sub New (Optional actions As IList(Of String) = Nothing, Optional notActions As IList(Of String) = Nothing)