MockableSecurityCenterResourceGroupResource.GetAllowedConnectionAsync Method

Definition

Gets an allowed connection compatibility model.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>> GetAllowedConnectionAsync(Azure.Core.AzureLocation ascLocation, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType connectionType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllowedConnectionAsync : Azure.Core.AzureLocation * Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>>
override this.GetAllowedConnectionAsync : Azure.Core.AzureLocation * Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>>
Public Overridable Function GetAllowedConnectionAsync (ascLocation As AzureLocation, connectionType As SecurityCenterConnectionType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityCenterAllowedConnection))

Parameters

ascLocation
AzureLocation

The location where ASC stores the data of the subscription.

connectionType
SecurityCenterConnectionType

The allowed connection type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to