ManagedHsmPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of ManagedHsmPrivateEndpointConnectionResource and their operations. Each ManagedHsmPrivateEndpointConnectionResource in the collection will belong to the same instance of ManagedHsmResource. To get a ManagedHsmPrivateEndpointConnectionCollection instance call the GetManagedHsmPrivateEndpointConnections method from an instance of ManagedHsmResource.

public class ManagedHsmPrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionResource>
type ManagedHsmPrivateEndpointConnectionCollection = class
    inherit ArmCollection
    interface seq<ManagedHsmPrivateEndpointConnectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ManagedHsmPrivateEndpointConnectionResource>
Public Class ManagedHsmPrivateEndpointConnectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ManagedHsmPrivateEndpointConnectionResource), IEnumerable(Of ManagedHsmPrivateEndpointConnectionResource)
Inheritance
ManagedHsmPrivateEndpointConnectionCollection
Implements

Constructors

ManagedHsmPrivateEndpointConnectionCollection()

Initializes a new instance of the ManagedHsmPrivateEndpointConnectionCollection 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

CreateOrUpdate(WaitUntil, String, ManagedHsmPrivateEndpointConnectionData, CancellationToken)

Updates the specified private endpoint connection associated with the managed hsm pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Put
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, ManagedHsmPrivateEndpointConnectionData, CancellationToken)

Updates the specified private endpoint connection associated with the managed hsm pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Put
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
Get(String, CancellationToken)

Gets the specified private endpoint connection associated with the managed HSM Pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
GetAll(CancellationToken)

The List operation gets information about the private endpoint connections associated with the managed HSM Pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections
  • Operation Id: MHSMPrivateEndpointConnections_ListByResource
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

The List operation gets information about the private endpoint connections associated with the managed HSM Pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections
  • Operation Id: MHSMPrivateEndpointConnections_ListByResource
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Gets the specified private endpoint connection associated with the managed HSM Pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: MHSMPrivateEndpointConnections_Get
  • Default Api Version: 2023-02-01
  • Resource: ManagedHsmPrivateEndpointConnectionResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ManagedHsmPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedHsmPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to