Share via


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

IWithApplication 接口

定义

允许指定应用程序的服务主体定义。

public interface IWithApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplication = interface
    interface IWithApplicationBeta
    interface IBeta
Public Interface IWithApplication
Implements IBeta, IWithApplicationBeta
派生
实现

方法

WithExistingApplication(IActiveDirectoryApplication)

指定服务主体要使用的现有应用程序。

(继承自 IWithApplicationBeta)
WithExistingApplication(String)

按应用 ID 指定现有应用程序。

(继承自 IWithApplicationBeta)
WithNewApplication(ICreatable<IActiveDirectoryApplication>)

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

(继承自 IWithApplicationBeta)
WithNewApplication(String)

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

(继承自 IWithApplicationBeta)

适用于