PureStorageAvsDiskDetails 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.
AVS disk/volume information.
public class PureStorageAvsDiskDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvsDiskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvsDiskDetails>
type PureStorageAvsDiskDetails = class
interface IJsonModel<PureStorageAvsDiskDetails>
interface IPersistableModel<PureStorageAvsDiskDetails>
Public Class PureStorageAvsDiskDetails
Implements IJsonModel(Of PureStorageAvsDiskDetails), IPersistableModel(Of PureStorageAvsDiskDetails)
- Inheritance
-
PureStorageAvsDiskDetails
- Implements
Properties
AvsStorageContainerResourceId |
Azure resource ID of the AVS storage container containing this disk/volume. |
AvsVmInternalId |
VMware ID assigned to the disk/volume. |
AvsVmName |
Name of the AVS VM connected to this disk/volume. |
AvsVmResourceId |
Azure resource ID of the AVS VM connected to this disk/volume. |
DiskId |
VMware ID of the disk/volume. |
DiskName |
VMware name of the disk/volume. |
Folder |
Name of the top-level folder in the datastore that contains the disk/volume. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PureStorageAvsDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PureStorageAvsDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PureStorageAvsDiskDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PureStorageAvsDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PureStorageAvsDiskDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |