Compliances Interface
public interface Compliances
Resource collection API of Compliances.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Compliance |
get(String scope, String complianceName)
Details of a specific Compliance. |
| abstract Response<Compliance> |
getWithResponse(String scope, String complianceName, Context context)
Details of a specific Compliance. |
|
abstract
Paged |
list(String scope)
The Compliance scores of the specific management group. |
|
abstract
Paged |
list(String scope, Context context)
The Compliance scores of the specific management group. |
Method Details
get
public abstract Compliance get(String scope, String complianceName)
Details of a specific Compliance.
Parameters:
Returns:
getWithResponse
public abstract Response<Compliance> getWithResponse(String scope, String complianceName, Context context)
Details of a specific Compliance.
Parameters:
Returns:
list
public abstract PagedIterable<Compliance> list(String scope)
The Compliance scores of the specific management group.
Parameters:
Returns:
list
public abstract PagedIterable<Compliance> list(String scope, Context context)
The Compliance scores of the specific management group.
Parameters:
Returns: