Condividi tramite


TrustedIdProvidersOperationsExtensions.CreateOrUpdateAsync Method

Definition

Overloads

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters, CancellationToken)

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

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider, CancellationToken)

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

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters, CancellationToken)

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.CreateOrUpdateTrustedIdProviderParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.CreateOrUpdateTrustedIdProviderParameters * 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 CreateOrUpdateTrustedIdProviderParameters, 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.

accountName
String

The name of the Data Lake Store account.

trustedIdProviderName
String

The name of the trusted identity provider. This is used for differentiation of providers in the account.

parameters
CreateOrUpdateTrustedIdProviderParameters

Parameters supplied to create or replace the trusted identity provider.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider, CancellationToken)

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.

Returns

Applies to