DedicatedHsmResource.GetOutboundNetworkDependenciesEndpointsAsync Method

Definition

Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified dedicated hsm resource. The operation returns properties of each egress endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}/outboundNetworkDependenciesEndpoints
  • Operation Id: DedicatedHsm_ListOutboundNetworkDependenciesEndpoints
  • Default Api Version: 2024-06-30-preview
  • Resource: DedicatedHsmResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmEgressEndpoint> GetOutboundNetworkDependenciesEndpointsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmEgressEndpoint>
override this.GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmEgressEndpoint>
Public Overridable Function GetOutboundNetworkDependenciesEndpointsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DedicatedHsmEgressEndpoint)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DedicatedHsmEgressEndpoint that may take multiple service requests to iterate over.

Applies to