CustomRecommendationData 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.
Custom Recommendation.
public class CustomRecommendationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.CustomRecommendationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.CustomRecommendationData>
type CustomRecommendationData = class
inherit ResourceData
interface IJsonModel<CustomRecommendationData>
interface IPersistableModel<CustomRecommendationData>
Public Class CustomRecommendationData
Inherits ResourceData
Implements IJsonModel(Of CustomRecommendationData), IPersistableModel(Of CustomRecommendationData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomRecommendationData() |
Initializes a new instance of CustomRecommendationData. |
Properties
| Name | Description |
|---|---|
| AssessmentKey |
The assessment metadata key used when an assessment is generated for this Recommendation. |
| CloudProviders |
List of all standard supported clouds. |
| Description |
The description to relate to the assessments generated by this Recommendation. |
| DisplayName |
The display name of the assessments generated by this Recommendation. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| Query |
KQL query representing the Recommendation results required. |
| RemediationDescription |
The remediation description to relate to the assessments generated by this Recommendation. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SecurityIssue |
The severity to relate to the assessments generated by this Recommendation. |
| Severity |
The severity to relate to the assessments generated by this Recommendation. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |