ActiveDirectoryApplication.Definition Interface
public interface Definition extends ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
Inherited Members
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)
ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl.withSignOnUrl(String signOnUrl)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java