Share via


ImmediateCopyOption Class

Definition

Immediate copy Option

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ImmediateCopyOptionTypeConverter))]
public class ImmediateCopyOption : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IImmediateCopyOption, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ImmediateCopyOptionTypeConverter))>]
type ImmediateCopyOption = class
    interface IImmediateCopyOption
    interface IJsonSerializable
    interface ICopyOption
    interface IValidates
Public Class ImmediateCopyOption
Implements IImmediateCopyOption, IValidates
Inheritance
ImmediateCopyOption
Attributes
Implements

Constructors

ImmediateCopyOption()

Creates an new ImmediateCopyOption instance.

Properties

ObjectType

Type of the specific object - used for deserializing

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImmediateCopyOption.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImmediateCopyOption.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImmediateCopyOption into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to