DefenderForServersAwsOffering 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.
The Defender for Servers AWS offering
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersAwsOfferingTypeConverter))]
public class DefenderForServersAwsOffering : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOffering, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersAwsOfferingTypeConverter))>]
type DefenderForServersAwsOffering = class
interface IDefenderForServersAwsOffering
interface IJsonSerializable
interface ICloudOffering
interface IValidates
Public Class DefenderForServersAwsOffering
Implements IDefenderForServersAwsOffering, IValidates
- Inheritance
-
DefenderForServersAwsOffering
- Attributes
- Implements
Constructors
DefenderForServersAwsOffering() |
Creates an new DefenderForServersAwsOffering instance. |
Properties
ArcAutoProvisioningCloudRoleArn |
The cloud role ARN in AWS for this feature |
ArcAutoProvisioningEnabled |
Is arc auto provisioning enabled |
ConfigurationCloudRoleArn |
The cloud role ARN in AWS for this feature |
ConfigurationExclusionTag |
VM tags that indicates that VM should not be scanned |
ConfigurationPrivateLinkScope |
Optional Arc private link scope resource id to link the Arc agent |
ConfigurationProxy |
Optional HTTP proxy endpoint to use for the Arc agent |
ConfigurationScanningMode |
The scanning mode for the VM scan. |
ConfigurationType |
The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' |
DefenderForServerCloudRoleArn |
The cloud role ARN in AWS for this feature |
Description |
The offering description. |
MdeAutoProvisioningConfiguration |
configuration for Microsoft Defender for Endpoint autoprovisioning |
MdeAutoProvisioningEnabled |
Is Microsoft Defender for Endpoint auto provisioning enabled |
OfferingType |
The type of the security offering. |
SubPlanType |
The available sub plans |
VaAutoProvisioningEnabled |
Is Vulnerability Assessment auto provisioning enabled |
VMScannerEnabled |
Is Microsoft Defender for Server VM scanning enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForServersAwsOffering. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForServersAwsOffering. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOffering. |
FromJsonString(String) |
Creates a new instance of DefenderForServersAwsOffering, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForServersAwsOffering into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |