Compartilhar via


SecurityCenterLocationResource.GetAllowedConnectionsByHomeRegionAsync Método

Definição

Obtém a lista de todo o tráfego possível entre os recursos para a assinatura e o local.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections
  • Operação 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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de SecurityCenterAllowedConnection que pode levar várias solicitações de serviço para iterar.

Aplica-se a