MockableSecurityCenterResourceGroupResource.GetAllowedConnection Method

Definition

Gets an allowed connection compatibility model.

public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection> GetAllowedConnection(Azure.Core.AzureLocation ascLocation, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType connectionType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllowedConnection : Azure.Core.AzureLocation * Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>
override this.GetAllowedConnection : Azure.Core.AzureLocation * Azure.ResourceManager.SecurityCenter.Models.SecurityCenterConnectionType * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterAllowedConnection>
Public Overridable Function GetAllowedConnection (ascLocation As AzureLocation, connectionType As SecurityCenterConnectionType, Optional cancellationToken As CancellationToken = Nothing) As 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