Delen via


FileShareConfiguration Class

Definition

File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.FileShareConfigurationTypeConverter))]
public class FileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IFileShareConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.FileShareConfigurationTypeConverter))>]
type FileShareConfiguration = class
    interface IFileShareConfiguration
    interface IJsonSerializable
Public Class FileShareConfiguration
Implements IFileShareConfiguration
Inheritance
FileShareConfiguration
Attributes
Implements

Constructors

FileShareConfiguration()

Creates an new FileShareConfiguration instance.

Properties

ConfigurationType

The type of file share config.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileShareConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileShareConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IFileShareConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IFileShareConfiguration interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileShareConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to