Share via


TrustedIdProvidersOperationsExtensions.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters)

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

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider)

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

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters)

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 Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, Microsoft.Azure.Management.DataLake.Store.Models.CreateOrUpdateTrustedIdProviderParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.CreateOrUpdateTrustedIdProviderParameters -> Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider
<Extension()>
Public Function CreateOrUpdate (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String, trustedIdProviderName As String, parameters As CreateOrUpdateTrustedIdProviderParameters) As 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.

Returns

Applies to

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider)

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 Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider -> Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider
<Extension()>
Public Function CreateOrUpdate (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String, trustedIdProviderName As String, parameters As TrustedIdProvider) As 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.

Returns

Applies to