VmRecommendation 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
VmRecommendation() |
Initializes a new instance of the VmRecommendation class. |
VmRecommendation(String, String, String, String) |
Initializes a new instance of the VmRecommendation class. |
VmRecommendation()
Initializes a new instance of the VmRecommendation class.
public VmRecommendation ();
Public Sub New ()
Applies to
VmRecommendation(String, String, String, String)
Initializes a new instance of the VmRecommendation class.
public VmRecommendation (string configurationStatus = default, string recommendationAction = default, string resourceId = default, string enforcementSupport = default);
new Microsoft.Azure.Management.Security.Models.VmRecommendation : string * string * string * string -> Microsoft.Azure.Management.Security.Models.VmRecommendation
Public Sub New (Optional configurationStatus As String = Nothing, Optional recommendationAction As String = Nothing, Optional resourceId As String = Nothing, Optional enforcementSupport As String = Nothing)
Parameters
- configurationStatus
- String
The configuration status of the machines group or machine or rule Possible values include: 'Configured', 'NotConfigured', 'InProgress', 'Failed', 'NoStatus'
- recommendationAction
- String
The recommendation action of the machine or rule Possible values include: 'Recommended', 'Add', 'Remove'
- resourceId
- String
The full resource id of the machine
- enforcementSupport
- String
The machine supportability of Enforce feature Possible values include: 'Supported', 'NotSupported', 'Unknown'