CompliancesClient Interface
public interface CompliancesClient
An instance of this class provides access to all the operations defined in CompliancesClient.
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 ComplianceInner get(String scope, String complianceName)
Details of a specific Compliance.
Parameters:
Returns:
getWithResponse
public abstract Response<ComplianceInner> getWithResponse(String scope, String complianceName, Context context)
Details of a specific Compliance.
Parameters:
Returns:
list
public abstract PagedIterable<ComplianceInner> list(String scope)
The Compliance scores of the specific management group.
Parameters:
Returns:
list
public abstract PagedIterable<ComplianceInner> list(String scope, Context context)
The Compliance scores of the specific management group.
Parameters:
Returns: