StorageClassPropertiesUpdate 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.
The model for updating storageClass properties.
public class StorageClassPropertiesUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.StorageClassPropertiesUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.StorageClassPropertiesUpdate>
type StorageClassPropertiesUpdate = class
interface IJsonModel<StorageClassPropertiesUpdate>
interface IPersistableModel<StorageClassPropertiesUpdate>
Public Class StorageClassPropertiesUpdate
Implements IJsonModel(Of StorageClassPropertiesUpdate), IPersistableModel(Of StorageClassPropertiesUpdate)
- Inheritance
-
StorageClassPropertiesUpdate
- Implements
Constructors
StorageClassPropertiesUpdate() |
Initializes a new instance of StorageClassPropertiesUpdate. |
Properties
AccessModes |
The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]. |
AllowVolumeExpansion |
Volume can be expanded or not. |
DataResilience |
Allow single data node failure. |
FailoverSpeed |
Failover speed: NA, Slow, Fast. |
Limitations |
Limitations of the storage class. |
MountOptions |
Additional mount options. |
Performance |
Performance tier. |
Priority |
Selection priority when multiple storage classes meet the criteria. 0: Highest, -1: Never use. |
TypeProperties |
New storage class type of storageClass. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StorageClassPropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageClassPropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageClassPropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageClassPropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageClassPropertiesUpdate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET