ComplianceResultsClient Interface

public interface ComplianceResultsClient

An instance of this class provides access to all the operations defined in ComplianceResultsClient.

Method Summary

Modifier and Type Method and Description
abstract ComplianceResultInner get(String resourceId, String complianceResultName)

Security Compliance Result.

abstract Response<ComplianceResultInner> getWithResponse(String resourceId, String complianceResultName, Context context)

Security Compliance Result.

abstract PagedIterable<ComplianceResultInner> list(String scope)

Security compliance results in the subscription.

abstract PagedIterable<ComplianceResultInner> list(String scope, Context context)

Security compliance results in the subscription.

Method Details

get

public abstract ComplianceResultInner get(String resourceId, String complianceResultName)

Security Compliance Result.

Parameters:

resourceId - The fully qualified Azure Resource manager identifier of the resource.
complianceResultName - The compliance result key.

Returns:

a compliance result.

getWithResponse

public abstract Response<ComplianceResultInner> getWithResponse(String resourceId, String complianceResultName, Context context)

Security Compliance Result.

Parameters:

resourceId - The fully qualified Azure Resource manager identifier of the resource.
complianceResultName - The compliance result key.
context - The context to associate with this operation.

Returns:

a compliance result along with Response<T>.

list

public abstract PagedIterable<ComplianceResultInner> list(String scope)

Security compliance results in the subscription.

Parameters:

scope - The fully qualified Azure Resource manager identifier of the resource.

Returns:

list of compliance results response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ComplianceResultInner> list(String scope, Context context)

Security compliance results in the subscription.

Parameters:

scope - The fully qualified Azure Resource manager identifier of the resource.
context - The context to associate with this operation.

Returns:

list of compliance results response as paginated response with PagedIterable<T>.

Applies to