你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDevBoxSnapshot Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.DevBoxSnapshotTypeConverter))]
public interface IDevBoxSnapshot : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.DevBoxSnapshotTypeConverter))>]
type IDevBoxSnapshot = interface
    interface IJsonSerializable
Public Interface IDevBoxSnapshot
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CreatedTime

The datetime that the snapshot was created, in RFC3339 format.

ExpirationTime

The datetime when the snapshot expires, will only be shown for a manual snapshot, in RFC3339 format.

SnapshotId

The id of the snapshot. Should be treated as opaque string.

SnapshotType

The type of the snapshot indicates whether it is manual or automatic.

Methods

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

Applies to