InMageDisableProtectionProviderSpecificContent Class

Definition

InMage disable protection provider specific input.

public class InMageDisableProtectionProviderSpecificContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.DisableProtectionProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageDisableProtectionProviderSpecificContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageDisableProtectionProviderSpecificContent>
type InMageDisableProtectionProviderSpecificContent = class
    inherit DisableProtectionProviderSpecificContent
    interface IJsonModel<InMageDisableProtectionProviderSpecificContent>
    interface IPersistableModel<InMageDisableProtectionProviderSpecificContent>
Public Class InMageDisableProtectionProviderSpecificContent
Inherits DisableProtectionProviderSpecificContent
Implements IJsonModel(Of InMageDisableProtectionProviderSpecificContent), IPersistableModel(Of InMageDisableProtectionProviderSpecificContent)
Inheritance
InMageDisableProtectionProviderSpecificContent
Implements

Constructors

InMageDisableProtectionProviderSpecificContent()

Initializes a new instance of InMageDisableProtectionProviderSpecificContent.

Properties

ReplicaVmDeletionStatus

A value indicating whether the replica VM should be destroyed or retained. Values from Delete and Retain.

Explicit Interface Implementations

IJsonModel<DisableProtectionProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DisableProtectionProviderSpecificContent)
IJsonModel<DisableProtectionProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DisableProtectionProviderSpecificContent)
IJsonModel<InMageDisableProtectionProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InMageDisableProtectionProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DisableProtectionProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DisableProtectionProviderSpecificContent)
IPersistableModel<DisableProtectionProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DisableProtectionProviderSpecificContent)
IPersistableModel<DisableProtectionProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DisableProtectionProviderSpecificContent)
IPersistableModel<InMageDisableProtectionProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageDisableProtectionProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InMageDisableProtectionProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to