SecurityCenterAllowedConnectionResource.Get(CancellationToken) Method

Definition

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections/{connectionType}.
  • Operation Id. : AllowedConnectionsResources_Get.
  • Default Api Version. : 2020-01-01.
  • Resource. : SecurityCenterAllowedConnectionResource.
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterAllowedConnectionResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterAllowedConnectionResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterAllowedConnectionResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityCenterAllowedConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to