Package | Description |
---|---|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
Specifies if the application can be used in multiple tenants.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
Adds an identifier URL to the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithCredential.withoutCredential(String name)
Removes a key.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl)
Removes an identifier URL from the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withoutReplyUrl(String replyUrl)
Removes a reply URL.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withReplyUrl(String replyUrl)
Adds a reply URL to the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithSignOnUrl.withSignOnUrl(String signOnUrl)
Specifies the sign on URL.
|
Modifier and Type | Method and Description |
---|---|
CertificateCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> |
ActiveDirectoryApplication.UpdateStages.WithCredential.defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> |
ActiveDirectoryApplication.UpdateStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
Copyright © 2019. All rights reserved.