TmpfsOptions 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.
Describes the tmpfs options for the container
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TmpfsOptionsTypeConverter))]
public class TmpfsOptions : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITmpfsOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TmpfsOptionsTypeConverter))>]
type TmpfsOptions = class
interface ITmpfsOptions
interface IJsonSerializable
Public Class TmpfsOptions
Implements ITmpfsOptions
- Inheritance
-
TmpfsOptions
- Attributes
- Implements
Constructors
TmpfsOptions() |
Creates an new TmpfsOptions instance. |
Properties
Size |
Mention the Tmpfs size |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TmpfsOptions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TmpfsOptions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITmpfsOptions. |
FromJsonString(String) |
Creates a new instance of TmpfsOptions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TmpfsOptions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |