TrustedIdProviders Interface
public interface TrustedIdProviders
An instance of this class provides access to all the operations defined in TrustedIdProviders.
Method Summary
Method Details
createOrUpdate
public TrustedIdProvider createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.
Parameters:
Returns:
Throws:
createOrUpdateAsync
public Observable
Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.
Parameters:
Returns:
Throws:
createOrUpdateAsync
public ServiceFuture
Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.
Parameters:
Returns:
Throws:
createOrUpdateWithServiceResponseAsync
public Observable
Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.
Parameters:
Returns:
Throws:
delete
public void delete(String resourceGroupName, String accountName, String trustedIdProviderName)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
Parameters:
Throws:
deleteAsync
public Observable
Deletes the specified trusted identity provider from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes the specified trusted identity provider from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes the specified trusted identity provider from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
get
public TrustedIdProvider get(String resourceGroupName, String accountName, String trustedIdProviderName)
Gets the specified Data Lake Store trusted identity provider.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the specified Data Lake Store trusted identity provider.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the specified Data Lake Store trusted identity provider.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the specified Data Lake Store trusted identity provider.
Parameters:
Returns:
Throws:
listByAccount
public PagedList
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountAsync
public Observable
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountAsync
public ServiceFuture> listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNext
public PagedList
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextAsync
public Observable
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextAsync
public ServiceFuture> listByAccountNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextWithServiceResponseAsync
public Observable
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountWithServiceResponseAsync
public Observable
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
update
public TrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName)
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
update
public TrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the specified trusted identity provider.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java