ManagedClusterStorageProfile 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.
Storage profile for the container service cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterStorageProfileTypeConverter))]
public class ManagedClusterStorageProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterStorageProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterStorageProfileTypeConverter))>]
type ManagedClusterStorageProfile = class
interface IManagedClusterStorageProfile
interface IJsonSerializable
Public Class ManagedClusterStorageProfile
Implements IManagedClusterStorageProfile
- Inheritance
-
ManagedClusterStorageProfile
- Attributes
- Implements
Constructors
ManagedClusterStorageProfile() |
Creates an new ManagedClusterStorageProfile instance. |
Properties
BlobCsiDriverEnabled |
Whether to enable AzureBlob CSI Driver. The default value is false. |
DiskCsiDriverEnabled |
Whether to enable AzureDisk CSI Driver. The default value is true. |
FileCsiDriverEnabled |
Whether to enable AzureFile CSI Driver. The default value is true. |
SnapshotControllerEnabled |
Whether to enable Snapshot Controller. The default value is true. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterStorageProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterStorageProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterStorageProfile. |
FromJsonString(String) |
Creates a new instance of ManagedClusterStorageProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterStorageProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |