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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemContainerStorageInterfaceTypeConverter))]
public class AmlFilesystemContainerStorageInterface : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemContainerStorageInterface
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemContainerStorageInterfaceTypeConverter))>]
type AmlFilesystemContainerStorageInterface = class
interface IAmlFilesystemContainerStorageInterface
interface IJsonSerializable
Public Class AmlFilesystemContainerStorageInterface
Implements IAmlFilesystemContainerStorageInterface
- Inheritance
-
AmlFilesystemContainerStorageInterface
- Attributes
- Implements
Constructors
AmlFilesystemContainerStorageInterface() |
Creates an new AmlFilesystemContainerStorageInterface instance. |
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 |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemContainerStorageInterface. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemContainerStorageInterface. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemContainerStorageInterface. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemContainerStorageInterface, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemContainerStorageInterface into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |