SecureScoreControlDefinitionsOperationsExtensions.ListBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a specified subscription, list the available security controls, their assessments, and the max score
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItem> ListBySubscription(this Microsoft.Azure.Management.Security.ISecureScoreControlDefinitionsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Security.ISecureScoreControlDefinitionsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItem>
<Extension()>
Public Function ListBySubscription (operations As ISecureScoreControlDefinitionsOperations) As IPage(Of SecureScoreControlDefinitionItem)
Parameters
- operations
- ISecureScoreControlDefinitionsOperations
The operations group for this extension method.