StorageProfile 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 storage configuration profile for the provisioned cluster.
public class StorageProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.StorageProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.StorageProfile>
public class StorageProfile
type StorageProfile = class
interface IJsonModel<StorageProfile>
interface IPersistableModel<StorageProfile>
type StorageProfile = class
Public Class StorageProfile
Implements IJsonModel(Of StorageProfile), IPersistableModel(Of StorageProfile)
Public Class StorageProfile
- Inheritance
-
StorageProfile
- Implements
Constructors
StorageProfile() |
Initializes a new instance of StorageProfile. |
Properties
IsNfsCsiDriverEnabled |
Indicates whether to enable NFS CSI Driver. The default value is true. |
IsSmbCsiDriverEnabled |
Indicates whether to enable SMB CSI Driver. The default value is true. |
Explicit Interface Implementations
IJsonModel<StorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET