DisableProtectionProviderSpecificContent Class

Definition

Disable protection provider specific input. Please note DisableProtectionProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include InMageDisableProtectionProviderSpecificContent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownDisableProtectionProviderSpecificContent))]
public abstract class DisableProtectionProviderSpecificContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.DisableProtectionProviderSpecificContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.DisableProtectionProviderSpecificContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownDisableProtectionProviderSpecificContent))>]
type DisableProtectionProviderSpecificContent = class
    interface IJsonModel<DisableProtectionProviderSpecificContent>
    interface IPersistableModel<DisableProtectionProviderSpecificContent>
Public MustInherit Class DisableProtectionProviderSpecificContent
Implements IJsonModel(Of DisableProtectionProviderSpecificContent), IPersistableModel(Of DisableProtectionProviderSpecificContent)
Inheritance
DisableProtectionProviderSpecificContent
Derived
Attributes
Implements

Constructors

DisableProtectionProviderSpecificContent()

Initializes a new instance of DisableProtectionProviderSpecificContent.

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.

IJsonModel<DisableProtectionProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DisableProtectionProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DisableProtectionProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DisableProtectionProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to