Share via


AdHocBackupRuleOptions Class

Definition

Adhoc backup rules

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AdHocBackupRuleOptionsTypeConverter))]
public class AdHocBackupRuleOptions : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAdHocBackupRuleOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AdHocBackupRuleOptionsTypeConverter))>]
type AdHocBackupRuleOptions = class
    interface IAdHocBackupRuleOptions
    interface IJsonSerializable
Public Class AdHocBackupRuleOptions
Implements IAdHocBackupRuleOptions
Inheritance
AdHocBackupRuleOptions
Attributes
Implements

Constructors

AdHocBackupRuleOptions()

Creates an new AdHocBackupRuleOptions instance.

Properties

RuleName
TriggerOptionRetentionTagOverride

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdHocBackupRuleOptions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdHocBackupRuleOptions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAdHocBackupRuleOptions.

FromJsonString(String)

Creates a new instance of AdHocBackupRuleOptions, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdHocBackupRuleOptions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to