Partager via


NfsSetting Class

Definition

Setting for NFS protocol

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.NfsSettingTypeConverter))]
public class NfsSetting : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.INfsSetting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.NfsSettingTypeConverter))>]
type NfsSetting = class
    interface INfsSetting
    interface IJsonSerializable
Public Class NfsSetting
Implements INfsSetting
Inheritance
NfsSetting
Attributes
Implements

Constructors

Name Description
NfsSetting()

Creates an new NfsSetting instance.

Properties

Name Description
EncryptionInTransitRequired

Indicates whether encryption in transit is required

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NfsSetting.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NfsSetting.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.INfsSetting.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NfsSetting into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to