IManagedHsmsOperations Interface

Definition

ManagedHsmsOperations operations.

public interface IManagedHsmsOperations
type IManagedHsmsOperations = interface
Public Interface IManagedHsmsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ManagedHsm, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed HSM Pool in the specified subscription.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified managed HSM Pool.

BeginUpdateWithHttpMessagesAsync(String, String, ManagedHsm, Dictionary<String,List<String>>, CancellationToken)

Update a managed HSM Pool in the specified subscription.

CreateOrUpdateWithHttpMessagesAsync(String, String, ManagedHsm, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed HSM Pool in the specified subscription.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified managed HSM Pool.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified managed HSM Pool.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription.

ListBySubscriptionWithHttpMessagesAsync(Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription.

UpdateWithHttpMessagesAsync(String, String, ManagedHsm, Dictionary<String,List<String>>, CancellationToken)

Update a managed HSM Pool in the specified subscription.

Extension Methods

BeginCreateOrUpdate(IManagedHsmsOperations, String, String, ManagedHsm)

Create or update a managed HSM Pool in the specified subscription.

BeginCreateOrUpdateAsync(IManagedHsmsOperations, String, String, ManagedHsm, CancellationToken)

Create or update a managed HSM Pool in the specified subscription.

BeginDelete(IManagedHsmsOperations, String, String)

Deletes the specified managed HSM Pool.

BeginDeleteAsync(IManagedHsmsOperations, String, String, CancellationToken)

Deletes the specified managed HSM Pool.

BeginUpdate(IManagedHsmsOperations, String, String, ManagedHsm)

Update a managed HSM Pool in the specified subscription.

BeginUpdateAsync(IManagedHsmsOperations, String, String, ManagedHsm, CancellationToken)

Update a managed HSM Pool in the specified subscription.

CreateOrUpdate(IManagedHsmsOperations, String, String, ManagedHsm)

Create or update a managed HSM Pool in the specified subscription.

CreateOrUpdateAsync(IManagedHsmsOperations, String, String, ManagedHsm, CancellationToken)

Create or update a managed HSM Pool in the specified subscription.

Delete(IManagedHsmsOperations, String, String)

Deletes the specified managed HSM Pool.

DeleteAsync(IManagedHsmsOperations, String, String, CancellationToken)

Deletes the specified managed HSM Pool.

Get(IManagedHsmsOperations, String, String)

Gets the specified managed HSM Pool.

GetAsync(IManagedHsmsOperations, String, String, CancellationToken)

Gets the specified managed HSM Pool.

ListByResourceGroup(IManagedHsmsOperations, String, Nullable<Int32>)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListByResourceGroupAsync(IManagedHsmsOperations, String, Nullable<Int32>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListByResourceGroupNext(IManagedHsmsOperations, String)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListByResourceGroupNextAsync(IManagedHsmsOperations, String, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.

ListBySubscription(IManagedHsmsOperations, Nullable<Int32>)

The List operation gets information about the managed HSM Pools associated with the subscription.

ListBySubscriptionAsync(IManagedHsmsOperations, Nullable<Int32>, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription.

ListBySubscriptionNext(IManagedHsmsOperations, String)

The List operation gets information about the managed HSM Pools associated with the subscription.

ListBySubscriptionNextAsync(IManagedHsmsOperations, String, CancellationToken)

The List operation gets information about the managed HSM Pools associated with the subscription.

Update(IManagedHsmsOperations, String, String, ManagedHsm)

Update a managed HSM Pool in the specified subscription.

UpdateAsync(IManagedHsmsOperations, String, String, ManagedHsm, CancellationToken)

Update a managed HSM Pool in the specified subscription.

Applies to