DefinedFileSystemConfiguration 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.
Predefined configurations for the file system
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DefinedFileSystemConfigurationTypeConverter))]
public class DefinedFileSystemConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDefinedFileSystemConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DefinedFileSystemConfigurationTypeConverter))>]
type DefinedFileSystemConfiguration = class
interface IDefinedFileSystemConfiguration
interface IJsonSerializable
Public Class DefinedFileSystemConfiguration
Implements IDefinedFileSystemConfiguration
- Inheritance
-
DefinedFileSystemConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DefinedFileSystemConfiguration() |
Creates an new DefinedFileSystemConfiguration instance. |
Properties
| Name | Description |
|---|---|
| IsBackupPartition |
Checks if the data can be backed up |
| IsResizable |
Checks if the mount path is resizable |
| MinSizeGb |
Minimum size of mount path in Gb |
| MountPoint |
Mount path for the file system |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefinedFileSystemConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefinedFileSystemConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDefinedFileSystemConfiguration. |
| FromJsonString(String) |
Creates a new instance of DefinedFileSystemConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefinedFileSystemConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |