你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppRole Constructors

Definition

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
allowedMemberTypes
IList<String>
description
String
displayName
String
isEnabled
Nullable<Boolean>
value
String

Applies to