DiskRestorePointAttributes 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.
Disk Restore Point details.
public class DiskRestorePointAttributes : Azure.ResourceManager.Compute.Models.ComputeSubResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes>
type DiskRestorePointAttributes = class
inherit ComputeSubResourceData
interface IJsonModel<DiskRestorePointAttributes>
interface IPersistableModel<DiskRestorePointAttributes>
Public Class DiskRestorePointAttributes
Inherits ComputeSubResourceData
Implements IJsonModel(Of DiskRestorePointAttributes), IPersistableModel(Of DiskRestorePointAttributes)
- Inheritance
- Implements
Constructors
DiskRestorePointAttributes() |
Initializes a new instance of DiskRestorePointAttributes. |
Properties
Encryption |
Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point. |
Id |
Resource Id. (Inherited from ComputeSubResourceData) |
SourceDiskRestorePointId |
Gets or sets Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeSubResourceData) |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET