你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServicePrincipal 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
ServicePrincipal() | |
ServicePrincipal(String, String, String, String, IList<String>) |
ServicePrincipal()
public ServicePrincipal ();
Public Sub New ()
Applies to
ServicePrincipal(String, String, String, String, IList<String>)
public ServicePrincipal (string objectId = default, string objectType = default, string displayName = default, string appId = default, System.Collections.Generic.IList<string> servicePrincipalNames = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal : string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal
Public Sub New (Optional objectId As String = Nothing, Optional objectType As String = Nothing, Optional displayName As String = Nothing, Optional appId As String = Nothing, Optional servicePrincipalNames As IList(Of String) = Nothing)
Parameters
- objectId
- String
- objectType
- String
- displayName
- String
- appId
- String