DiskRestorePointData Class

Definition

A class representing the DiskRestorePoint data model. Properties of disk restore point

public class DiskRestorePointData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.DiskRestorePointData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.DiskRestorePointData>
type DiskRestorePointData = class
    inherit ResourceData
    interface IJsonModel<DiskRestorePointData>
    interface IPersistableModel<DiskRestorePointData>
Public Class DiskRestorePointData
Inherits ResourceData
Implements IJsonModel(Of DiskRestorePointData), IPersistableModel(Of DiskRestorePointData)
Inheritance
DiskRestorePointData
Implements

Properties

CompletionPercent

Percentage complete for the background copy of disk restore point when source resource is from a different region.

DiskAccessId

ARM id of the DiskAccess resource for using private endpoints on disks.

Encryption

Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.

FamilyId

id of the backing snapshot's MIS family.

HyperVGeneration

The hypervisor generation of the Virtual Machine. Applicable to OS disks only.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NetworkAccessPolicy

Policy for accessing the disk via network.

OSType

The Operating System type.

PublicNetworkAccess

Policy for controlling export on the disk.

PurchasePlan

Purchase plan information for the the image from which the OS disk was created.

ReplicationState

Replication state of disk restore point when source resource is from a different region.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SecurityProfile

Contains the security related information for the resource.

SourceResourceId

arm id of source disk or source disk restore point.

SourceResourceLocation

Location of source disk or source disk restore point when source resource is from a different region.

SourceUniqueId

unique incarnation id of the source disk.

SupportedCapabilities

List of supported capabilities for the image from which the OS disk was created.

SupportsHibernation

Indicates the OS on a disk supports hibernation.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TimeCreated

The timestamp of restorePoint creation.

Explicit Interface Implementations

IJsonModel<DiskRestorePointData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DiskRestorePointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskRestorePointData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskRestorePointData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DiskRestorePointData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to