ServicePrincipal.DefinitionStages.Blank 接口
定义
The first stage of the service principal definition.
public interface Blank extends ServicePrincipal.DefinitionStages.WithApplication
继承成员
ServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(String id)
ServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(ActiveDirectoryApplication application)
ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable)
ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(String signOnUrl)