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