AdlsBlobBackupDatasourceParametersForAutoProtection 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.
Parameters to be used during configuration of backup of azure data lake storage account blobs using AutoProtection settings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.AdlsBlobBackupDatasourceParametersForAutoProtectionTypeConverter))]
public class AdlsBlobBackupDatasourceParametersForAutoProtection : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IAdlsBlobBackupDatasourceParametersForAutoProtection, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.AdlsBlobBackupDatasourceParametersForAutoProtectionTypeConverter))>]
type AdlsBlobBackupDatasourceParametersForAutoProtection = class
interface IAdlsBlobBackupDatasourceParametersForAutoProtection
interface IJsonSerializable
interface IBackupDatasourceParameters
interface IValidates
Public Class AdlsBlobBackupDatasourceParametersForAutoProtection
Implements IAdlsBlobBackupDatasourceParametersForAutoProtection, IValidates
- Inheritance
-
AdlsBlobBackupDatasourceParametersForAutoProtection
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AdlsBlobBackupDatasourceParametersForAutoProtection() |
Creates an new AdlsBlobBackupDatasourceParametersForAutoProtection instance. |
Properties
| Name | Description |
|---|---|
| AutoProtectionSettingEnabled |
Flag to enable whether auto protection. |
| AutoProtectionSettingObjectType |
Type of the specific object - used for deserializing |
| AutoProtectionSettingRule |
Rules are evaluated in the order provided. Inclusion adds candidates; exclusion removes candidates. If no rules are present, all containers are considered eligible when enabled = true. |
| ObjectType |
Type of the specific object - used for deserializing |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdlsBlobBackupDatasourceParametersForAutoProtection. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdlsBlobBackupDatasourceParametersForAutoProtection. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IAdlsBlobBackupDatasourceParametersForAutoProtection. |
| FromJsonString(String) |
Creates a new instance of AdlsBlobBackupDatasourceParametersForAutoProtection, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdlsBlobBackupDatasourceParametersForAutoProtection into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |