VMwareToAzStackHciDiskInput 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.
VMwareToAzStack disk input.
public class VMwareToAzStackHciDiskInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciDiskInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciDiskInput>
type VMwareToAzStackHciDiskInput = class
interface IJsonModel<VMwareToAzStackHciDiskInput>
interface IPersistableModel<VMwareToAzStackHciDiskInput>
Public Class VMwareToAzStackHciDiskInput
Implements IJsonModel(Of VMwareToAzStackHciDiskInput), IPersistableModel(Of VMwareToAzStackHciDiskInput)
- Inheritance
-
VMwareToAzStackHciDiskInput
- Implements
Constructors
VMwareToAzStackHciDiskInput(String, Int64, String, Boolean) |
Initializes a new instance of VMwareToAzStackHciDiskInput. |
Properties
DiskFileFormat |
Gets or sets the type of the virtual hard disk, vhd or vhdx. |
DiskId |
Gets or sets the disk Id. |
DiskSizeGB |
Gets or sets the disk size in GB. |
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 disk is os disk. |
StorageContainerId |
Gets or sets the target storage account ARM Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VMwareToAzStackHciDiskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMwareToAzStackHciDiskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMwareToAzStackHciDiskInput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMwareToAzStackHciDiskInput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMwareToAzStackHciDiskInput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET