你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecureScoreControlDefinitionItem 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
SecureScoreControlDefinitionItem() |
Initializes a new instance of the SecureScoreControlDefinitionItem class. |
SecureScoreControlDefinitionItem(String, String, String, String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>) |
Initializes a new instance of the SecureScoreControlDefinitionItem class. |
SecureScoreControlDefinitionItem()
Initializes a new instance of the SecureScoreControlDefinitionItem class.
public SecureScoreControlDefinitionItem ();
Public Sub New ()
Applies to
SecureScoreControlDefinitionItem(String, String, String, String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>)
Initializes a new instance of the SecureScoreControlDefinitionItem class.
public SecureScoreControlDefinitionItem (string id = default, string name = default, string type = default, 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.SecureScoreControlDefinitionItem : string * string * string * 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.SecureScoreControlDefinitionItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- 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