SecurityCenterLocationResource.GetAllowedConnectionsByHomeRegionAsync Method

Definition

Gets the list of all possible traffic between resources for the subscription and location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections
  • Operation Id: AllowedConnections_ListByHomeRegion
  • Default Api Version: 2020-01-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection> GetAllowedConnectionsByHomeRegionAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllowedConnectionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>
override this.GetAllowedConnectionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>
Public Overridable Function GetAllowedConnectionsByHomeRegionAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityCenterAllowedConnection)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to