IBlobBackupDatasourceParametersForAutoProtection Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupDatasourceParametersForAutoProtectionTypeConverter))]
public interface IBlobBackupDatasourceParametersForAutoProtection : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBackupDatasourceParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupDatasourceParametersForAutoProtectionTypeConverter))>]
type IBlobBackupDatasourceParametersForAutoProtection = interface
interface IJsonSerializable
interface IBackupDatasourceParameters
Public Interface IBlobBackupDatasourceParametersForAutoProtection
Implements IBackupDatasourceParameters
- Derived
- Attributes
- Implements
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 (Inherited from IBackupDatasourceParameters) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |