ActiveDirectoryApplication.Update Interface
public interface Update extends Appliable,ActiveDirectoryApplication.UpdateStages.WithSignOnUrl,ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl,ActiveDirectoryApplication.UpdateStages.WithReplyUrl,ActiveDirectoryApplication.UpdateStages.WithCredential,ActiveDirectoryApplication.UpdateStages.WithMultiTenant
The template for an application update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
ActiveDirectoryApplication.UpdateStages.WithCredential.defineCertificateCredential(String name)
ActiveDirectoryApplication.UpdateStages.WithCredential.definePasswordCredential(String name)
Indexable.key()
ActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
ActiveDirectoryApplication.UpdateStages.WithCredential.withoutCredential(String name)
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl)
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withoutReplyUrl(String replyUrl)
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withReplyUrl(String replyUrl)
ActiveDirectoryApplication.UpdateStages.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