AppRole 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
AppRole() | |
AppRole(String, IList<String>, String, String, Nullable<Boolean>, String) |
AppRole()
public AppRole ();
Public Sub New ()
Applies to
AppRole(String, IList<String>, String, String, Nullable<Boolean>, String)
public AppRole (string id = default, System.Collections.Generic.IList<string> allowedMemberTypes = default, string description = default, string displayName = default, bool? isEnabled = default, string value = default);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.AppRole : string * System.Collections.Generic.IList<string> * string * string * Nullable<bool> * string -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.AppRole
Public Sub New (Optional id As String = Nothing, Optional allowedMemberTypes As IList(Of String) = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional value As String = Nothing)
Parameters
- id
- String
- description
- String
- displayName
- String
- value
- String