Bagikan melalui


HardwareSecurityModulesPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of HardwareSecurityModulesPrivateEndpointConnectionResource and their operations. Each HardwareSecurityModulesPrivateEndpointConnectionResource in the collection will belong to the same instance of CloudHsmClusterResource. To get a HardwareSecurityModulesPrivateEndpointConnectionCollection instance call the GetHardwareSecurityModulesPrivateEndpointConnections method from an instance of CloudHsmClusterResource.

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

Constructors

HardwareSecurityModulesPrivateEndpointConnectionCollection()

Initializes a new instance of the HardwareSecurityModulesPrivateEndpointConnectionCollection 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, HardwareSecurityModulesPrivateEndpointConnectionData, CancellationToken)

Creates or updates the private endpoint connection for the Cloud Hsm Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Create
CreateOrUpdateAsync(WaitUntil, String, HardwareSecurityModulesPrivateEndpointConnectionData, CancellationToken)

Creates or updates the private endpoint connection for the Cloud Hsm Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
Get(String, CancellationToken)

Gets the private endpoint connection for the Cloud Hsm Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
GetAll(CancellationToken)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByCloudHsmCluster
GetAllAsync(CancellationToken)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByCloudHsmCluster
GetAsync(String, CancellationToken)

Gets the private endpoint connection for the Cloud Hsm Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
  • Operation Id: CloudHsmClusterPrivateEndpointConnections_Get
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<HardwareSecurityModulesPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HardwareSecurityModulesPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to