DefenderForServersAwsOfferingArcAutoProvisioning 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 ARC autoprovisioning configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersAwsOfferingArcAutoProvisioningTypeConverter))]
public class DefenderForServersAwsOfferingArcAutoProvisioning : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOfferingArcAutoProvisioning
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersAwsOfferingArcAutoProvisioningTypeConverter))>]
type DefenderForServersAwsOfferingArcAutoProvisioning = class
interface IDefenderForServersAwsOfferingArcAutoProvisioning
interface IJsonSerializable
Public Class DefenderForServersAwsOfferingArcAutoProvisioning
Implements IDefenderForServersAwsOfferingArcAutoProvisioning
- Inheritance
-
DefenderForServersAwsOfferingArcAutoProvisioning
- Attributes
- Implements
Constructors
DefenderForServersAwsOfferingArcAutoProvisioning() |
Creates an new DefenderForServersAwsOfferingArcAutoProvisioning instance. |
Properties
CloudRoleArn |
The cloud role ARN in AWS for this feature |
ConfigurationPrivateLinkScope |
Optional Arc private link scope resource id to link the Arc agent |
ConfigurationProxy |
Optional HTTP proxy endpoint to use for the Arc agent |
Enabled |
Is arc auto provisioning enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForServersAwsOfferingArcAutoProvisioning. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForServersAwsOfferingArcAutoProvisioning. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOfferingArcAutoProvisioning. |
FromJsonString(String) |
Creates a new instance of DefenderForServersAwsOfferingArcAutoProvisioning, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForServersAwsOfferingArcAutoProvisioning into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |