SecureScoresClient Interface
public interface SecureScoresClient
An instance of this class provides access to all the operations defined in SecureScoresClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Secure |
get(String secureScoreName)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. |
|
abstract
Response<Secure |
getWithResponse(String secureScoreName, Context context)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. |
|
abstract
Paged |
list()
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
|
abstract
Paged |
list(Context context)
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
Method Details
get
public abstract SecureScoreItemInner get(String secureScoreName)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
Parameters:
Returns:
getWithResponse
public abstract Response<SecureScoreItemInner> getWithResponse(String secureScoreName, Context context)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
Parameters:
Returns:
list
public abstract PagedIterable<SecureScoreItemInner> list()
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.
Returns:
list
public abstract PagedIterable<SecureScoreItemInner> list(Context context)
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.
Parameters:
Returns: