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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET