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

IWithApplicationBeta 接口

定义

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

public interface IWithApplicationBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationBeta = interface
    interface IBeta
Public Interface IWithApplicationBeta
Implements IBeta
派生
实现

方法

WithExistingApplication(IActiveDirectoryApplication)

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

WithExistingApplication(String)

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

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

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

WithNewApplication(String)

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

适用于