SecureScoreControlDefinitionItem Class
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.
Information about the security control.
public class SecureScoreControlDefinitionItem : Azure.ResourceManager.Models.ResourceData
public class SecureScoreControlDefinitionItem : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>
type SecureScoreControlDefinitionItem = class
inherit ResourceData
type SecureScoreControlDefinitionItem = class
inherit ResourceData
interface IJsonModel<SecureScoreControlDefinitionItem>
interface IPersistableModel<SecureScoreControlDefinitionItem>
Public Class SecureScoreControlDefinitionItem
Inherits ResourceData
Public Class SecureScoreControlDefinitionItem
Inherits ResourceData
Implements IJsonModel(Of SecureScoreControlDefinitionItem), IPersistableModel(Of SecureScoreControlDefinitionItem)
- Inheritance
- Implements
Constructors
SecureScoreControlDefinitionItem() |
Initializes a new instance of SecureScoreControlDefinitionItem. |
Properties
AssessmentDefinitions |
Array of assessments metadata IDs that are included in this security control. |
Description |
User friendly description of the control. |
DisplayName |
User friendly display name of the control. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
MaxScore |
Maximum control score (0..10). |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SourceType |
The type of security control (for example, BuiltIn). |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<SecureScoreControlDefinitionItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecureScoreControlDefinitionItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecureScoreControlDefinitionItem>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecureScoreControlDefinitionItem>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecureScoreControlDefinitionItem>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET