TrustedIdProvidersOperationsExtensions.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> CreateOrUpdateAsync(this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String, trustedIdProviderName As String, parameters As TrustedIdProvider, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TrustedIdProvider)
Parameters
- operations
- ITrustedIdProvidersOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the Azure resource group that contains the Data Lake Store account.
- accountName
- String
The name of the Data Lake Store account to add or replace the trusted identity provider.
- trustedIdProviderName
- String
The name of the trusted identity provider. This is used for differentiation of providers in the account.
- parameters
- TrustedIdProvider
Parameters supplied to create or replace the trusted identity provider.
- cancellationToken
- CancellationToken
The cancellation token.