Share via


StorageProfileNfsCsiDriver Class

Definition

NFS CSI Driver settings for the storage profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.StorageProfileNfsCsiDriverTypeConverter))]
public class StorageProfileNfsCsiDriver : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IStorageProfileNfsCsiDriver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.StorageProfileNfsCsiDriverTypeConverter))>]
type StorageProfileNfsCsiDriver = class
    interface IStorageProfileNfsCsiDriver
    interface IJsonSerializable
Public Class StorageProfileNfsCsiDriver
Implements IStorageProfileNfsCsiDriver
Inheritance
StorageProfileNfsCsiDriver
Attributes
Implements

Constructors

StorageProfileNfsCsiDriver()

Creates an new StorageProfileNfsCsiDriver instance.

Properties

Enabled

Indicates whether to enable NFS CSI Driver. The default value is true.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageProfileNfsCsiDriver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageProfileNfsCsiDriver.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IStorageProfileNfsCsiDriver.

FromJsonString(String)

Creates a new instance of StorageProfileNfsCsiDriver, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageProfileNfsCsiDriver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to