SecurityCenterLocationResource.GetAllowedConnectionsByHomeRegionAsync メソッド

定義

サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections
  • 操作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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SecurityCenterAllowedConnection サービス要求を受け取る可能性がある の非同期コレクション。

適用対象