ManagedHsmsOperationsExtensions Class
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.
Extension methods for ManagedHsmsOperations.
public static class ManagedHsmsOperationsExtensions
type ManagedHsmsOperationsExtensions = class
Public Module ManagedHsmsOperationsExtensions
- Inheritance
-
ManagedHsmsOperationsExtensions
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
Azure SDK for .NET