Uses of Interface
com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of ActiveDirectoryApplication.Update in com.microsoft.azure.management.graphrbac
Modifier and TypeMethodDescriptionActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants
(boolean availableToOtherTenants) Specifies if the application can be used in multiple tenants.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.Modifier 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.