VaultSettingCreationProperties Class

Definition

Input to create vault setting.

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

Constructors

VaultSettingCreationProperties()

Initializes a new instance of VaultSettingCreationProperties.

Properties

MigrationSolutionId

The migration solution Id.

VMwareToAzureProviderType

VMware to Azure provider type.

Explicit Interface Implementations

IJsonModel<VaultSettingCreationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VaultSettingCreationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VaultSettingCreationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VaultSettingCreationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VaultSettingCreationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to