Delen via


VolumeOptions Class

Definition

Describes the volume options for the container

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.VolumeOptionsTypeConverter))]
public class VolumeOptions : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVolumeOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.VolumeOptionsTypeConverter))>]
type VolumeOptions = class
    interface IVolumeOptions
    interface IJsonSerializable
Public Class VolumeOptions
Implements IVolumeOptions
Inheritance
VolumeOptions
Attributes
Implements

Constructors

VolumeOptions()

Creates an new VolumeOptions instance.

Properties

Nocopy

Indicate whether volume is nocopy

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumeOptions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumeOptions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVolumeOptions.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumeOptions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to