次の方法で共有


SecurityCenterExtensions.GetAllowedConnection メソッド

定義

接続の種類に基づいて、サブスクリプションと場所のリソース間で考えられるすべてのトラフィックの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections/{connectionType}
  • 操作IdAllowedConnections_Get
public static Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection> GetAllowedConnection (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation ascLocation, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType connectionType, System.Threading.CancellationToken cancellationToken = default);
static member GetAllowedConnection : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>
<Extension()>
Public Function GetAllowedConnection (resourceGroupResource As ResourceGroupResource, ascLocation As AzureLocation, connectionType As SecurityCenterConnectionType, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityCenterAllowedConnection)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

ascLocation
AzureLocation

ASC がサブスクリプションのデータを格納する場所。 は、[場所の取得] から取得できます。

connectionType
SecurityCenterConnectionType

許可される接続の種類 (内部、外部)。

cancellationToken
CancellationToken

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

戻り値

適用対象