AmlFileSystemContainerStorageInterface 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.
AML file system container storage interface information.
public class AmlFileSystemContainerStorageInterface : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface>
type AmlFileSystemContainerStorageInterface = class
interface IJsonModel<AmlFileSystemContainerStorageInterface>
interface IPersistableModel<AmlFileSystemContainerStorageInterface>
Public Class AmlFileSystemContainerStorageInterface
Implements IJsonModel(Of AmlFileSystemContainerStorageInterface), IPersistableModel(Of AmlFileSystemContainerStorageInterface)
- Inheritance
-
AmlFileSystemContainerStorageInterface
- Implements
Properties
PersistentVolume |
Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML. |
PersistentVolumeClaim |
Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML. |
StorageClass |
Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML. |
Explicit Interface Implementations
IJsonModel<AmlFileSystemContainerStorageInterface>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AmlFileSystemContainerStorageInterface>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AmlFileSystemContainerStorageInterface>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AmlFileSystemContainerStorageInterface>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AmlFileSystemContainerStorageInterface>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET