Interface ActiveDirectoryApplication.Update
-
- All Superinterfaces:
ActiveDirectoryApplication.UpdateStages.WithAccountType
,ActiveDirectoryApplication.UpdateStages.WithCredential
,ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
,ActiveDirectoryApplication.UpdateStages.WithMultiTenant
,ActiveDirectoryApplication.UpdateStages.WithReplyUrl
,ActiveDirectoryApplication.UpdateStages.WithSignOnUrl
,Appliable<ActiveDirectoryApplication>
,Indexable
- Enclosing interface:
- ActiveDirectoryApplication
public static interface ActiveDirectoryApplication.Update extends Appliable<ActiveDirectoryApplication>, ActiveDirectoryApplication.UpdateStages.WithSignOnUrl, ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl, ActiveDirectoryApplication.UpdateStages.WithReplyUrl, ActiveDirectoryApplication.UpdateStages.WithCredential, ActiveDirectoryApplication.UpdateStages.WithAccountType, ActiveDirectoryApplication.UpdateStages.WithMultiTenant
The template for an application update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithAccountType
withAccountType, withAccountType
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithCredential
defineCertificateCredential, definePasswordCredential, withoutCredential
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
withIdentifierUrl, withoutIdentifierUrl
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithMultiTenant
withAvailableToOtherTenants
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithReplyUrl
withoutReplyUrl, withReplyUrl
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.UpdateStages.WithSignOnUrl
withSignOnUrl
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
-