public interface TrustedIdProviders
| Modifier and Type | Method and Description |
|---|---|
TrustedIdProvider |
createOrUpdate(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Creates or updates the specified trusted identity provider.
|
rx.Observable<TrustedIdProvider> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Creates or updates the specified trusted identity provider.
|
ServiceFuture<TrustedIdProvider> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider,
ServiceCallback<TrustedIdProvider> serviceCallback)
Creates or updates the specified trusted identity provider.
|
rx.Observable<ServiceResponse<TrustedIdProvider>> |
createOrUpdateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Creates or updates the specified trusted identity provider.
|
void |
delete(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<Void> serviceCallback)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
TrustedIdProvider |
get(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Gets the specified Data Lake Store trusted identity provider.
|
rx.Observable<TrustedIdProvider> |
getAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Gets the specified Data Lake Store trusted identity provider.
|
ServiceFuture<TrustedIdProvider> |
getAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<TrustedIdProvider> serviceCallback)
Gets the specified Data Lake Store trusted identity provider.
|
rx.Observable<ServiceResponse<TrustedIdProvider>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Gets the specified Data Lake Store trusted identity provider.
|
PagedList<TrustedIdProvider> |
listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<Page<TrustedIdProvider>> |
listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
ServiceFuture<List<TrustedIdProvider>> |
listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<TrustedIdProvider> serviceCallback)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
PagedList<TrustedIdProvider> |
listByAccountNext(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<Page<TrustedIdProvider>> |
listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
ServiceFuture<List<TrustedIdProvider>> |
listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<TrustedIdProvider>> serviceFuture,
ListOperationCallback<TrustedIdProvider> serviceCallback)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<TrustedIdProvider>>> |
listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<TrustedIdProvider>>> |
listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
TrustedIdProvider |
update(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Updates the specified trusted identity provider.
|
TrustedIdProvider |
update(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Updates the specified trusted identity provider.
|
rx.Observable<TrustedIdProvider> |
updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Updates the specified trusted identity provider.
|
ServiceFuture<TrustedIdProvider> |
updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<TrustedIdProvider> serviceCallback)
Updates the specified trusted identity provider.
|
rx.Observable<TrustedIdProvider> |
updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Updates the specified trusted identity provider.
|
ServiceFuture<TrustedIdProvider> |
updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider,
ServiceCallback<TrustedIdProvider> serviceCallback)
Updates the specified trusted identity provider.
|
rx.Observable<ServiceResponse<TrustedIdProvider>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Updates the specified trusted identity provider.
|
rx.Observable<ServiceResponse<TrustedIdProvider>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Updates the specified trusted identity provider.
|
PagedList<TrustedIdProvider> listByAccount(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<TrustedIdProvider>> listByAccountAsync(String resourceGroupName, String accountName, ListOperationCallback<TrustedIdProvider> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<TrustedIdProvider>> listByAccountAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<TrustedIdProvider>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.IllegalArgumentException - thrown if parameters fail the validationTrustedIdProvider createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<TrustedIdProvider> createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, ServiceCallback<TrustedIdProvider> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<TrustedIdProvider> createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<TrustedIdProvider>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationTrustedIdProvider get(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to retrieve.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<TrustedIdProvider> getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, ServiceCallback<TrustedIdProvider> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to retrieve.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<TrustedIdProvider> getAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to retrieve.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<TrustedIdProvider>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to retrieve.IllegalArgumentException - thrown if parameters fail the validationTrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, ServiceCallback<TrustedIdProvider> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<TrustedIdProvider>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.IllegalArgumentException - thrown if parameters fail the validationTrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, ServiceCallback<TrustedIdProvider> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<TrustedIdProvider>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider. This is used for differentiation of providers in the account.idProvider - The URL of this trusted identity provider.IllegalArgumentException - thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to delete.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, ServiceCallback<Void> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to delete.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Store account.trustedIdProviderName - The name of the trusted identity provider to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationPagedList<TrustedIdProvider> listByAccountNext(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<TrustedIdProvider>> listByAccountNextAsync(String nextPageLink, ServiceFuture<List<TrustedIdProvider>> serviceFuture, ListOperationCallback<TrustedIdProvider> serviceCallback)
nextPageLink - The NextLink from the previous successful call to List operation.serviceFuture - the ServiceFuture object tracking the Retrofit callsserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<TrustedIdProvider>> listByAccountNextAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<TrustedIdProvider>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationCopyright © 2019. All rights reserved.