IDevBoxSnapshot Interface
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.
[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) |