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

IWithApplicationBeta.WithNewApplication 方法

定义

重载

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

指定要由服务主体创建和使用的新应用程序。

WithNewApplication(String)

指定要由服务主体创建和使用的新应用程序。

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

指定要由服务主体创建和使用的新应用程序。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> applicationCreatable);
abstract member WithNewApplication : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (applicationCreatable As ICreatable(Of IActiveDirectoryApplication)) As IWithCreate

参数

applicationCreatable
ICreatable<IActiveDirectoryApplication>

新应用程序的可创建项。

返回

适用于

WithNewApplication(String)

指定要由服务主体创建和使用的新应用程序。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (string signOnUrl);
abstract member WithNewApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (signOnUrl As String) As IWithCreate

参数

signOnUrl
String

新应用程序的登录 URL。

返回

适用于