你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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