FileSystemConfigurationDetails 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 configuration options
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FileSystemConfigurationDetailsTypeConverter))]
public class FileSystemConfigurationDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FileSystemConfigurationDetailsTypeConverter))>]
type FileSystemConfigurationDetails = class
interface IFileSystemConfigurationDetails
interface IJsonSerializable
Public Class FileSystemConfigurationDetails
Implements IFileSystemConfigurationDetails
- Inheritance
-
FileSystemConfigurationDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FileSystemConfigurationDetails() |
Creates an new FileSystemConfigurationDetails instance. |
Properties
| Name | Description |
|---|---|
| FileSystemSizeGb |
Size of the VM |
| MountPoint |
Mount path |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FileSystemConfigurationDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FileSystemConfigurationDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails. |
| FromJsonString(String) |
Creates a new instance of FileSystemConfigurationDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FileSystemConfigurationDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |