FileShareConfiguration 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.
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.SapVirtualInstance.Models.FileShareConfigurationTypeConverter))]
public class FileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IFileShareConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.FileShareConfigurationTypeConverter))>]
type FileShareConfiguration = class
interface IFileShareConfiguration
interface IJsonSerializable
Public Class FileShareConfiguration
Implements IFileShareConfiguration
- Inheritance
-
FileShareConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FileShareConfiguration() |
Creates an new FileShareConfiguration instance. |
Properties
| Name | Description |
|---|---|
| ConfigurationType |
The type of file share config, eg: Mount/CreateAndMount/Skip. |
Methods
| Name | Description |
|---|---|
| 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.SapVirtualInstance.Models.IFileShareConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.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() | |