你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServicePrincipal.DefinitionStages.WithApplication 接口
public interface WithApplication
允许指定应用程序的服务主体定义。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Service |
withExistingApplication(ActiveDirectoryApplication application)
指定服务主体要使用的现有应用程序。 |
Service |
withExistingApplication(String id)
按应用 ID 指定现有应用程序。 |
Service |
withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable)
指定要由服务主体创建和使用的新应用程序。 |
Service |
withNewApplication(String signOnUrl)
指定要由服务主体创建和使用的新应用程序。 |
方法详细信息
withExistingApplication
public WithCreate withExistingApplication(ActiveDirectoryApplication application)
指定服务主体要使用的现有应用程序。
Parameters:
application
- 应用程序
Returns:
服务主体定义的下一阶段
withExistingApplication
public WithCreate withExistingApplication(String id)
按应用 ID 指定现有应用程序。
Parameters:
id
- 应用程序的应用 ID
Returns:
服务主体定义的下一阶段
withNewApplication
public WithCreate withNewApplication(Creatable
指定要由服务主体创建和使用的新应用程序。
Parameters:
applicationCreatable
- 新应用程序的可创建项
Returns:
服务主体定义的下一阶段
withNewApplication
public WithCreate withNewApplication(String signOnUrl)
指定要由服务主体创建和使用的新应用程序。
Parameters:
signOnUrl
- 新应用程序的登录 URL
Returns:
服务主体定义的下一阶段