MockableSecurityCenterArmClient.GetSecurityComplianceAsync Method

Definition

Details of a specific Compliance.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityComplianceResource>> GetSecurityComplianceAsync(Azure.Core.ResourceIdentifier scope, string complianceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityComplianceAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityComplianceResource>>
override this.GetSecurityComplianceAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityComplianceResource>>
Public Overridable Function GetSecurityComplianceAsync (scope As ResourceIdentifier, complianceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityComplianceResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

complianceName
String

name of the Compliance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

complianceName is null.

complianceName is an empty string, and was expected to be non-empty.

Applies to