SecureScoreControlDefinitionItemProperties Constructors
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.
Overloads
SecureScoreControlDefinitionItemProperties() |
Initializes a new instance of the SecureScoreControlDefinitionItemProperties class. |
SecureScoreControlDefinitionItemProperties(String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>) |
Initializes a new instance of the SecureScoreControlDefinitionItemProperties class. |
SecureScoreControlDefinitionItemProperties()
Initializes a new instance of the SecureScoreControlDefinitionItemProperties class.
public SecureScoreControlDefinitionItemProperties ();
Public Sub New ()
Applies to
SecureScoreControlDefinitionItemProperties(String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>)
Initializes a new instance of the SecureScoreControlDefinitionItemProperties class.
public SecureScoreControlDefinitionItemProperties (string displayName = default, string description = default, int? maxScore = default, Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionSource source = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AzureResourceLink> assessmentDefinitions = default);
new Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItemProperties : string * string * Nullable<int> * Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionSource * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AzureResourceLink> -> Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItemProperties
Public Sub New (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional maxScore As Nullable(Of Integer) = Nothing, Optional source As SecureScoreControlDefinitionSource = Nothing, Optional assessmentDefinitions As IList(Of AzureResourceLink) = Nothing)
Parameters
- displayName
- String
User friendly display name of the control
- description
- String
User friendly description of the control
Source object from which the control was created
- assessmentDefinitions
- IList<AzureResourceLink>
Array of assessments metadata IDs that are included in this security control