Freigeben über


SecurityCenterLocationResource.GetAllowedConnectionsByHomeRegionAsync Methode

Definition

Ruft die Liste aller möglichen Datenverkehrs zwischen Ressourcen für das Abonnement und den Standort ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections
  • Vorgangs-IdAllowedConnections_ListByHomeRegion
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von SecurityCenterAllowedConnection , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: