ActiveDirectoryApplication.DefinitionStages.WithCreate 接口
定义
An application definition with sufficient inputs to create a new application in the cloud, but exposing additional optional inputs to specify.
public interface WithCreate extends Creatable<ActiveDirectoryApplication>,ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl,ActiveDirectoryApplication.DefinitionStages.WithReplyUrl,ActiveDirectoryApplication.DefinitionStages.WithCredential,ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
ActiveDirectoryApplication.DefinitionStages.WithCredential.defineCertificateCredential(String name)
ActiveDirectoryApplication.DefinitionStages.WithCredential.definePasswordCredential(String name)
Indexable.key()
HasName.name()
ActiveDirectoryApplication.DefinitionStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
ActiveDirectoryApplication.DefinitionStages.WithReplyUrl.withReplyUrl(String replyUrl)