DefenderFoDatabasesAwsOfferingArcAutoProvisioning 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.DefenderFoDatabasesAwsOfferingArcAutoProvisioningTypeConverter))]
public class DefenderFoDatabasesAwsOfferingArcAutoProvisioning : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingArcAutoProvisioning
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderFoDatabasesAwsOfferingArcAutoProvisioningTypeConverter))>]
type DefenderFoDatabasesAwsOfferingArcAutoProvisioning = class
interface IDefenderFoDatabasesAwsOfferingArcAutoProvisioning
interface IJsonSerializable
Public Class DefenderFoDatabasesAwsOfferingArcAutoProvisioning
Implements IDefenderFoDatabasesAwsOfferingArcAutoProvisioning
- Inheritance
-
DefenderFoDatabasesAwsOfferingArcAutoProvisioning
- Attributes
- Implements
Constructors
DefenderFoDatabasesAwsOfferingArcAutoProvisioning() |
Creates an new DefenderFoDatabasesAwsOfferingArcAutoProvisioning 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 DefenderFoDatabasesAwsOfferingArcAutoProvisioning. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderFoDatabasesAwsOfferingArcAutoProvisioning. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingArcAutoProvisioning. |
FromJsonString(String) |
Creates a new instance of DefenderFoDatabasesAwsOfferingArcAutoProvisioning, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderFoDatabasesAwsOfferingArcAutoProvisioning into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |