다음을 통해 공유


ITemporaryDisk Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.TemporaryDiskTypeConverter))]
public interface ITemporaryDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.TemporaryDiskTypeConverter))>]
type ITemporaryDisk = interface
    interface IJsonSerializable
Public Interface ITemporaryDisk
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
MountPath

Mount path of the temporary disk

SizeInGb

Size of the temporary disk in GB

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to