Share via


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

IBlank 接口

定义

服务主体定义的第一个阶段。

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

方法

WithExistingApplication(IActiveDirectoryApplication)

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

(继承自 IWithApplicationBeta)
WithExistingApplication(String)

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

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

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

(继承自 IWithApplicationBeta)
WithNewApplication(String)

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

(继承自 IWithApplicationBeta)

适用于