NetworkCloudStorageProfile Class

Definition

StorageProfile represents information about a disk.

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

Constructors

NetworkCloudStorageProfile(NetworkCloudOSDisk)

Initializes a new instance of NetworkCloudStorageProfile.

Properties

OSDisk

The disk to use with this virtual machine.

VolumeAttachments

The resource IDs of volumes that are requested to be attached to the virtual machine.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkCloudStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkCloudStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to