VMwareToAzStackHciProtectedDiskProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VMwareToAzStackHCI protected disk properties.
public class VMwareToAzStackHciProtectedDiskProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedDiskProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedDiskProperties>
type VMwareToAzStackHciProtectedDiskProperties = class
interface IJsonModel<VMwareToAzStackHciProtectedDiskProperties>
interface IPersistableModel<VMwareToAzStackHciProtectedDiskProperties>
Public Class VMwareToAzStackHciProtectedDiskProperties
Implements IJsonModel(Of VMwareToAzStackHciProtectedDiskProperties), IPersistableModel(Of VMwareToAzStackHciProtectedDiskProperties)
- Inheritance
-
VMwareToAzStackHciProtectedDiskProperties
- Implements
Properties
CapacityInBytes |
Gets or sets the disk capacity in bytes. |
DiskType |
Gets or sets the disk type. |
IsDynamic |
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. |
IsOSDisk |
Gets or sets a value indicating whether the disk is the OS disk. |
MigrateDiskName |
Gets or sets the failover clone disk. |
SeedDiskName |
Gets or sets the seed disk name. |
SourceDiskId |
Gets or sets the source disk Id. |
SourceDiskName |
Gets or sets the source disk Name. |
StorageContainerId |
Gets or sets the ARM Id of the storage container. |
StorageContainerLocalPath |
Gets or sets the local path of the storage container. |
TestMigrateDiskName |
Gets or sets the test failover clone disk. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VMwareToAzStackHciProtectedDiskProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMwareToAzStackHciProtectedDiskProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMwareToAzStackHciProtectedDiskProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMwareToAzStackHciProtectedDiskProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMwareToAzStackHciProtectedDiskProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |