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.
|
com.microsoft.rest.ServiceFuture<TrustedIdProvider> |
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>> |
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.
|
com.microsoft.rest.ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
rx.Observable<com.microsoft.rest.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.
|
com.microsoft.rest.ServiceFuture<TrustedIdProvider> |
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>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Gets the specified Data Lake Store trusted identity provider.
|
com.microsoft.azure.PagedList<TrustedIdProvider> |
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>> |
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>> |
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> |
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>> |
listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> |
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>>> |
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>>> |
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.
|
com.microsoft.rest.ServiceFuture<TrustedIdProvider> |
updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
com.microsoft.rest.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.
|
com.microsoft.rest.ServiceFuture<TrustedIdProvider> |
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>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName)
Updates the specified trusted identity provider.
|
rx.Observable<com.microsoft.rest.ServiceResponse<TrustedIdProvider>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider)
Updates the specified trusted identity provider.
|
com.microsoft.azure.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> listByAccountAsync(String resourceGroupName, String accountName, com.microsoft.azure.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<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<TrustedIdProvider> createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.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<com.microsoft.rest.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<TrustedIdProvider> getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.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<com.microsoft.rest.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.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<com.microsoft.rest.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, String idProvider, com.microsoft.rest.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<com.microsoft.rest.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 validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, com.microsoft.rest.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<com.microsoft.rest.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 validationcom.microsoft.azure.PagedList<TrustedIdProvider> listByAccountNext(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> listByAccountNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<TrustedIdProvider>> serviceFuture, com.microsoft.azure.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<com.microsoft.azure.Page<TrustedIdProvider>> listByAccountNextAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<TrustedIdProvider>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/