Uses of Class
com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
Packages that use TrustedIdProvider
Package
Description
This package contains the classes for DataLakeStoreAccountManagementClient.
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of TrustedIdProvider in com.microsoft.azure.management.datalake.store
Methods in com.microsoft.azure.management.datalake.store that return TrustedIdProviderModifier and TypeMethodDescriptionTrustedIdProviders.createOrUpdate
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Creates or updates the specified trusted identity provider.Gets the specified Data Lake Store trusted identity provider.TrustedIdProviders.update
(String resourceGroupName, String accountName, String trustedIdProviderName) Updates the specified trusted identity provider.TrustedIdProviders.update
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Updates the specified trusted identity provider.Methods in com.microsoft.azure.management.datalake.store that return types with arguments of type TrustedIdProviderModifier and TypeMethodDescriptionrx.Observable<TrustedIdProvider>
TrustedIdProviders.createOrUpdateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Creates or updates the specified trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.createOrUpdateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Creates or updates the specified trusted identity provider.rx.Observable<com.microsoft.rest.ServiceResponse<TrustedIdProvider>>
TrustedIdProviders.createOrUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Creates or updates the specified trusted identity provider.rx.Observable<TrustedIdProvider>
TrustedIdProviders.getAsync
(String resourceGroupName, String accountName, String trustedIdProviderName) Gets the specified Data Lake Store trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.getAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Gets the specified Data Lake Store trusted identity provider.rx.Observable<com.microsoft.rest.ServiceResponse<TrustedIdProvider>>
TrustedIdProviders.getWithServiceResponseAsync
(String resourceGroupName, String accountName, String trustedIdProviderName) Gets the specified Data Lake Store trusted identity provider.com.microsoft.azure.PagedList<TrustedIdProvider>
TrustedIdProviders.listByAccount
(String resourceGroupName, String accountName) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.rx.Observable<com.microsoft.azure.Page<TrustedIdProvider>>
TrustedIdProviders.listByAccountAsync
(String resourceGroupName, String accountName) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>>
TrustedIdProviders.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<TrustedIdProvider> serviceCallback) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.azure.PagedList<TrustedIdProvider>
TrustedIdProviders.listByAccountNext
(String nextPageLink) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.rx.Observable<com.microsoft.azure.Page<TrustedIdProvider>>
TrustedIdProviders.listByAccountNextAsync
(String nextPageLink) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>>
TrustedIdProviders.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> serviceFuture, com.microsoft.azure.ListOperationCallback<TrustedIdProvider> serviceCallback) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<TrustedIdProvider>>>
TrustedIdProviders.listByAccountNextWithServiceResponseAsync
(String nextPageLink) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<TrustedIdProvider>>>
TrustedIdProviders.listByAccountWithServiceResponseAsync
(String resourceGroupName, String accountName) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.rx.Observable<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName) Updates the specified trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Updates the specified trusted identity provider.rx.Observable<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Updates the specified trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Updates the specified trusted identity provider.rx.Observable<com.microsoft.rest.ServiceResponse<TrustedIdProvider>>
TrustedIdProviders.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, String trustedIdProviderName) Updates the specified trusted identity provider.rx.Observable<com.microsoft.rest.ServiceResponse<TrustedIdProvider>>
TrustedIdProviders.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider) Updates the specified trusted identity provider.Method parameters in com.microsoft.azure.management.datalake.store with type arguments of type TrustedIdProviderModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.createOrUpdateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Creates or updates the specified trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.getAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Gets the specified Data Lake Store trusted identity provider.com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>>
TrustedIdProviders.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<TrustedIdProvider> serviceCallback) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>>
TrustedIdProviders.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> serviceFuture, com.microsoft.azure.ListOperationCallback<TrustedIdProvider> serviceCallback) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>>
TrustedIdProviders.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> serviceFuture, com.microsoft.azure.ListOperationCallback<TrustedIdProvider> serviceCallback) Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Updates the specified trusted identity provider.com.microsoft.rest.ServiceFuture<TrustedIdProvider>
TrustedIdProviders.updateAsync
(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.ServiceCallback<TrustedIdProvider> serviceCallback) Updates the specified trusted identity provider. -
Uses of TrustedIdProvider in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return types with arguments of type TrustedIdProviderModifier and TypeMethodDescriptionDataLakeStoreAccount.trustedIdProviders()
Get the trustedIdProviders value.