DeletedManagedHsmCollection Class

Definition

A class representing a collection of DeletedManagedHsmResource and their operations. Each DeletedManagedHsmResource in the collection will belong to the same instance of SubscriptionResource. To get a DeletedManagedHsmCollection instance call the GetDeletedManagedHsms method from an instance of SubscriptionResource.

public class DeletedManagedHsmCollection : Azure.ResourceManager.ArmCollection
type DeletedManagedHsmCollection = class
    inherit ArmCollection
Public Class DeletedManagedHsmCollection
Inherits ArmCollection
Inheritance
DeletedManagedHsmCollection

Constructors

DeletedManagedHsmCollection()

Initializes a new instance of the DeletedManagedHsmCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(AzureLocation, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
ExistsAsync(AzureLocation, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
Get(AzureLocation, String, CancellationToken)

Gets the specified deleted managed HSM.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
GetAsync(AzureLocation, String, CancellationToken)

Gets the specified deleted managed HSM.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
GetIfExists(AzureLocation, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
GetIfExistsAsync(AzureLocation, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Operation Id: ManagedHsms_GetDeleted
  • Default Api Version: 2023-02-01
  • Resource: DeletedManagedHsmResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to