Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.Update
Packages that use ActiveDirectoryApplication.Update
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryApplication.Update in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryApplication.UpdateModifier and TypeMethodDescriptionActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(ApplicationAccountType accountType) Specifies the application account type.ActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(String accountType) Specifies the application account type.ActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants) Deprecated.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl) Adds an identifier URL to the application.ActiveDirectoryApplication.UpdateStages.WithCredential.withoutCredential(String name) Removes a key.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl) Removes an identifier URL from the application.ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withoutReplyUrl(String replyUrl) Removes a reply URL.ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withReplyUrl(String replyUrl) Adds a reply URL to the application.ActiveDirectoryApplication.UpdateStages.WithSignOnUrl.withSignOnUrl(String signOnUrl) Specifies the sign on URL.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ActiveDirectoryApplication.UpdateModifier and TypeMethodDescriptionActiveDirectoryApplication.UpdateStages.WithCredential.defineCertificateCredential(String name) Starts the definition of a certificate credential.ActiveDirectoryApplication.UpdateStages.WithCredential.definePasswordCredential(String name) Starts the definition of a password credential.
ActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(ApplicationAccountType)