azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

1401 строка
82 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers
id: _trusted_id_providers
parent: com.microsoft.azure.management.datalake.store
children:
- com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdate(String,String,String,TrustedIdProvider)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync(String,String,String,TrustedIdProvider)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync(String,String,String,TrustedIdProvider,final ServiceCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateWithServiceResponseAsync(String,String,String,TrustedIdProvider)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.delete(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync(String,String,String,final ServiceCallback<Void>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.get(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.getWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccount(final String,final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync(final String,final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync(final String,final String,final ListOperationCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNext(final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync(final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync(final String,final ServiceFuture<List<TrustedIdProvider>>,final ListOperationCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextWithServiceResponseAsync(final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountWithServiceResponseAsync(final String,final String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.update(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.update(String,String,String,UpdateTrustedIdProviderParameters)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,UpdateTrustedIdProviderParameters)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,UpdateTrustedIdProviderParameters,final ServiceCallback<TrustedIdProvider>)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync(String,String,String,UpdateTrustedIdProviderParameters)
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: TrustedIdProviders
nameWithType: TrustedIdProviders
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders
type: Interface
source:
remote: &o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 26
package: com.microsoft.azure.management.datalake.store
summary: <p>An instance of this class provides access to all the operations defined in TrustedIdProviders. </p>
syntax:
content: public interface TrustedIdProviders
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdate(String,String,String,TrustedIdProvider)
id: createOrUpdate(String,String,String,TrustedIdProvider)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
nameWithType: TrustedIdProviders.createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdate*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 39
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>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.</p>
<p></p>
syntax:
content: public TrustedIdProvider createOrUpdate(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to add or replace the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>Parameters supplied to create or replace the trusted identity provider. </p>
return:
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>the TrustedIdProvider object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync(String,String,String,TrustedIdProvider)
id: createOrUpdateAsync(String,String,String,TrustedIdProvider)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
nameWithType: TrustedIdProviders.createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 64
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>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.</p>
<p></p>
syntax:
content: public Observable<TrustedIdProvider> createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to add or replace the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>Parameters supplied to create or replace the trusted identity provider. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync(String,String,String,TrustedIdProvider,final ServiceCallback<TrustedIdProvider>)
id: createOrUpdateAsync(String,String,String,TrustedIdProvider,final ServiceCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 52
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>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.</p>
<p></p>
syntax:
content: public ServiceFuture<TrustedIdProvider> createOrUpdateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to add or replace the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>Parameters supplied to create or replace the trusted identity provider. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateWithServiceResponseAsync(String,String,String,TrustedIdProvider)
id: createOrUpdateWithServiceResponseAsync(String,String,String,TrustedIdProvider)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
nameWithType: TrustedIdProviders.createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 76
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>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.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<TrustedIdProvider>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, TrustedIdProvider parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to add or replace the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>Parameters supplied to create or replace the trusted identity provider. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.delete(String,String,String)
id: delete(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: delete(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.delete(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.delete(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.delete*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 185
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Deletes the specified trusted identity provider from the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public void delete(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to delete the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to delete. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync(String,String,String)
id: deleteAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 208
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Deletes the specified trusted identity provider from the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<Void> deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to delete the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to delete. </p>
return:
type: dcd884b2
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponse</xref> object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync(String,String,String,final ServiceCallback<Void>)
id: deleteAsync(String,String,String,final ServiceCallback<Void>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<Void> serviceCallback)
nameWithType: TrustedIdProviders.deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<Void> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<Void> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 197
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Deletes the specified trusted identity provider from the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<Void> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to delete the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to delete. </p>
- id: serviceCallback
type: 1c186eb5
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: aa81d378
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteWithServiceResponseAsync(String,String,String)
id: deleteWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 219
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Deletes the specified trusted identity provider from the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to delete the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to delete. </p>
return:
type: 27015fa1
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponse</xref> object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.get(String,String,String)
id: get(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: get(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.get(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.get(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.get*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 232
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Gets the specified Data Lake Store trusted identity provider.</p>
<p></p>
syntax:
content: public TrustedIdProvider get(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to get the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to retrieve. </p>
return:
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>the TrustedIdProvider object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync(String,String,String)
id: getAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: getAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.getAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.getAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 255
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Gets the specified Data Lake Store trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<TrustedIdProvider> getAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to get the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to retrieve. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
id: getAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 244
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Gets the specified Data Lake Store trusted identity provider.</p>
<p></p>
syntax:
content: public ServiceFuture<TrustedIdProvider> getAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to get the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to retrieve. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.getWithServiceResponseAsync(String,String,String)
id: getWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: getWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.getWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.getWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.getWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 266
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Gets the specified Data Lake Store trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<TrustedIdProvider>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account from which to get the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider to retrieve. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccount(final String,final String)
id: listByAccount(final String,final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccount(final String resourceGroupName, final String accountName)
nameWithType: TrustedIdProviders.listByAccount(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccount(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccount*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 278
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public PagedList<TrustedIdProvider> listByAccount(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Store account from which to get the trusted identity providers. </p>
return:
type: 36b27be0com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the PagedList&lt;TrustedIdProvider&gt; object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync(final String,final String)
id: listByAccountAsync(final String,final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountAsync(final String resourceGroupName, final String accountName)
nameWithType: TrustedIdProviders.listByAccountAsync(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountAsync(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 299
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<Page<TrustedIdProvider>> listByAccountAsync(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Store account from which to get the trusted identity providers. </p>
return:
type: 32da0907com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the PagedList&lt;TrustedIdProvider&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync(final String,final String,final ListOperationCallback<TrustedIdProvider>)
id: listByAccountAsync(final String,final String,final ListOperationCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 289
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public ServiceFuture<List<TrustedIdProvider>> listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Store account from which to get the trusted identity providers. </p>
- id: serviceCallback
type: 3c4303efcom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: b7698b59com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNext(final String)
id: listByAccountNext(final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountNext(final String nextPageLink)
nameWithType: TrustedIdProviders.listByAccountNext(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNext(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNext*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 320
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public PagedList<TrustedIdProvider> listByAccountNext(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: 36b27be0com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the PagedList&lt;TrustedIdProvider&gt; object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync(final String)
id: listByAccountNextAsync(final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountNextAsync(final String nextPageLink)
nameWithType: TrustedIdProviders.listByAccountNextAsync(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNextAsync(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 340
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<Page<TrustedIdProvider>> listByAccountNextAsync(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: 32da0907com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the PagedList&lt;TrustedIdProvider&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync(final String,final ServiceFuture<List<TrustedIdProvider>>,final ListOperationCallback<TrustedIdProvider>)
id: listByAccountNextAsync(final String,final ServiceFuture<List<TrustedIdProvider>>,final ListOperationCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<TrustedIdProvider>> serviceFuture, final ListOperationCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<TrustedIdProvider>> serviceFuture, final ListOperationCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<TrustedIdProvider>> serviceFuture, final ListOperationCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 331
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public ServiceFuture<List<TrustedIdProvider>> listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<TrustedIdProvider>> serviceFuture, final ListOperationCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
- id: serviceFuture
type: bd82102acom.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the ServiceFuture object tracking the Retrofit calls </p>
- id: serviceCallback
type: 3c4303efcom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: b7698b59com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextWithServiceResponseAsync(final String)
id: listByAccountNextWithServiceResponseAsync(final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountNextWithServiceResponseAsync(final String nextPageLink)
nameWithType: TrustedIdProviders.listByAccountNextWithServiceResponseAsync(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNextWithServiceResponseAsync(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 349
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Page<TrustedIdProvider>>> listByAccountNextWithServiceResponseAsync(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: f9d74917com.microsoft.azure.management.datalake.store.models._trusted_id_provider2646ccb0
description: <p>the observable to the PagedList&lt;TrustedIdProvider&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountWithServiceResponseAsync(final String,final String)
id: listByAccountWithServiceResponseAsync(final String,final String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
nameWithType: TrustedIdProviders.listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 309
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Page<TrustedIdProvider>>> listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Store account from which to get the trusted identity providers. </p>
return:
type: f9d74917com.microsoft.azure.management.datalake.store.models._trusted_id_provider2646ccb0
description: <p>the observable to the PagedList&lt;TrustedIdProvider&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.update(String,String,String)
id: update(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: update(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.update(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.update(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.update*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 89
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public TrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
return:
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>the TrustedIdProvider object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.update(String,String,String,UpdateTrustedIdProviderParameters)
id: update(String,String,String,UpdateTrustedIdProviderParameters)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: update(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
nameWithType: TrustedIdProviders.update(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.update(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.update*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 136
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public TrustedIdProvider update(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters
description: <p>Parameters supplied to update the trusted identity provider. </p>
return:
type: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
description: <p>the TrustedIdProvider object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String)
id: updateAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 112
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
id: updateAsync(String,String,String,final ServiceCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 101
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public ServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, final ServiceCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,UpdateTrustedIdProviderParameters)
id: updateAsync(String,String,String,UpdateTrustedIdProviderParameters)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
nameWithType: TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 161
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters
description: <p>Parameters supplied to update the trusted identity provider. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync(String,String,String,UpdateTrustedIdProviderParameters,final ServiceCallback<TrustedIdProvider>)
id: updateAsync(String,String,String,UpdateTrustedIdProviderParameters,final ServiceCallback<TrustedIdProvider>)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
nameWithType: TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 149
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public ServiceFuture<TrustedIdProvider> updateAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters, final ServiceCallback<TrustedIdProvider> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters
description: <p>Parameters supplied to update the trusted identity provider. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync(String,String,String)
id: updateWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
nameWithType: TrustedIdProviders.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 123
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<TrustedIdProvider>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync(String,String,String,UpdateTrustedIdProviderParameters)
id: updateWithServiceResponseAsync(String,String,String,UpdateTrustedIdProviderParameters)
parent: com.microsoft.azure.management.datalake.store._trusted_id_providers
href: com.microsoft.azure.management.datalake.store._trusted_id_providers.yml
langs:
- java
name: updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
nameWithType: TrustedIdProviders.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
overload: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-store/src/main/java/com/microsoft/azure/management/datalake/store/TrustedIdProviders.java
startLine: 173
package: com.microsoft.azure.management.datalake.store
summary: >-
<p>Updates the specified trusted identity provider.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<TrustedIdProvider>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String trustedIdProviderName, UpdateTrustedIdProviderParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Store account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Store account to which to update the trusted identity provider. </p>
- id: trustedIdProviderName
type: "26831127"
description: <p>The name of the trusted identity provider. This is used for differentiation of providers in the account. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters
description: <p>Parameters supplied to update the trusted identity provider. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
description: <p>the observable to the TrustedIdProvider object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
references:
- uid: 3c87bd19
spec.java:
- name: IllegalArgumentException
fullName: IllegalArgumentException
- uid: dc385fd4
spec.java:
- name: CloudException
fullName: CloudException
- uid: 9b2a4515
spec.java:
- name: RuntimeException
fullName: RuntimeException
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdate*
name: createOrUpdate
nameWithType: TrustedIdProviders.createOrUpdate
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdate
package: com.microsoft.azure.management.datalake.store
- uid: 897eb10acom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
spec.java:
- name: final ServiceCallback<
fullName: final ServiceCallback<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>'
fullName: '>'
- uid: c522ce07com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
spec.java:
- name: ServiceFuture<
fullName: ServiceFuture<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateAsync*
name: createOrUpdateAsync
nameWithType: TrustedIdProviders.createOrUpdateAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdateAsync
package: com.microsoft.azure.management.datalake.store
- uid: c2d0e8c6com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
spec.java:
- name: Observable<
fullName: Observable<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>'
fullName: '>'
- uid: fc480ba2com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
spec.java:
- name: Observable<ServiceResponse<
fullName: Observable<ServiceResponse<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.createOrUpdateWithServiceResponseAsync*
name: createOrUpdateWithServiceResponseAsync
nameWithType: TrustedIdProviders.createOrUpdateWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.createOrUpdateWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.update*
name: update
nameWithType: TrustedIdProviders.update
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.update
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateAsync*
name: updateAsync
nameWithType: TrustedIdProviders.updateAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.updateWithServiceResponseAsync*
name: updateWithServiceResponseAsync
nameWithType: TrustedIdProviders.updateWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.updateWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.delete*
name: delete
nameWithType: TrustedIdProviders.delete
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.delete
package: com.microsoft.azure.management.datalake.store
- uid: 1c186eb5
spec.java:
- name: final ServiceCallback<Void>
fullName: final ServiceCallback<Void>
- uid: aa81d378
spec.java:
- name: ServiceFuture<Void>
fullName: ServiceFuture<Void>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteAsync*
name: deleteAsync
nameWithType: TrustedIdProviders.deleteAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.deleteAsync
package: com.microsoft.azure.management.datalake.store
- uid: dcd884b2
spec.java:
- name: Observable<Void>
fullName: Observable<Void>
- uid: 27015fa1
spec.java:
- name: Observable<ServiceResponse<Void>>
fullName: Observable<ServiceResponse<Void>>
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.deleteWithServiceResponseAsync*
name: deleteWithServiceResponseAsync
nameWithType: TrustedIdProviders.deleteWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.deleteWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.get*
name: get
nameWithType: TrustedIdProviders.get
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.get
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.getAsync*
name: getAsync
nameWithType: TrustedIdProviders.getAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.getAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.getWithServiceResponseAsync*
name: getWithServiceResponseAsync
nameWithType: TrustedIdProviders.getWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.getWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: 3d93591e
spec.java:
- name: final String
fullName: final String
- uid: 36b27be0com.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
spec.java:
- name: PagedList<
fullName: PagedList<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccount*
name: listByAccount
nameWithType: TrustedIdProviders.listByAccount
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccount
package: com.microsoft.azure.management.datalake.store
- uid: 3c4303efcom.microsoft.azure.management.datalake.store.models._trusted_id_providera08ddfce
spec.java:
- name: final ListOperationCallback<
fullName: final ListOperationCallback<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>'
fullName: '>'
- uid: b7698b59com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
spec.java:
- name: ServiceFuture<List<
fullName: ServiceFuture<List<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountAsync*
name: listByAccountAsync
nameWithType: TrustedIdProviders.listByAccountAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountAsync
package: com.microsoft.azure.management.datalake.store
- uid: 32da0907com.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
spec.java:
- name: Observable<Page<
fullName: Observable<Page<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>>'
fullName: '>>'
- uid: f9d74917com.microsoft.azure.management.datalake.store.models._trusted_id_provider2646ccb0
spec.java:
- name: Observable<ServiceResponse<Page<
fullName: Observable<ServiceResponse<Page<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>>>'
fullName: '>>>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountWithServiceResponseAsync*
name: listByAccountWithServiceResponseAsync
nameWithType: TrustedIdProviders.listByAccountWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNext*
name: listByAccountNext
nameWithType: TrustedIdProviders.listByAccountNext
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNext
package: com.microsoft.azure.management.datalake.store
- uid: bd82102acom.microsoft.azure.management.datalake.store.models._trusted_id_providere7daa122
spec.java:
- name: final ServiceFuture<List<
fullName: final ServiceFuture<List<
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
name: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextAsync*
name: listByAccountNextAsync
nameWithType: TrustedIdProviders.listByAccountNextAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNextAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store._trusted_id_providers.listByAccountNextWithServiceResponseAsync*
name: listByAccountNextWithServiceResponseAsync
nameWithType: TrustedIdProviders.listByAccountNextWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.store.TrustedIdProviders.listByAccountNextWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.store
- uid: com.microsoft.azure.management.datalake.store.models._trusted_id_provider
parent: com.microsoft.azure.management.datalake.store.models
href: com.microsoft.azure.management.datalake.store.models._trusted_id_provider.yml
name: TrustedIdProvider
nameWithType: TrustedIdProvider
fullName: com.microsoft.azure.management.datalake.store.models.TrustedIdProvider
type: Class
summary: <p>Data Lake Store Trusted Identity Provider information. </p>
syntax:
content: public class TrustedIdProvider extends SubResource
- uid: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters
parent: com.microsoft.azure.management.datalake.store.models
href: com.microsoft.azure.management.datalake.store.models._update_trusted_id_provider_parameters.yml
name: UpdateTrustedIdProviderParameters
nameWithType: UpdateTrustedIdProviderParameters
fullName: com.microsoft.azure.management.datalake.store.models.UpdateTrustedIdProviderParameters
type: Class
summary: <p>Data Lake Store Trusted Identity Provider update parameters. </p>
syntax:
content: public class UpdateTrustedIdProviderParameters