RestorePointData Class

Definition

A class representing the RestorePoint data model. Restore Point details.

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

Constructors

RestorePointData()

Initializes a new instance of RestorePointData.

Properties

ConsistencyMode

ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.

ExcludeDisks

List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.

Id

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

(Inherited from ResourceData)
InstanceView

The restore point instance view.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Gets the provisioning state of the restore point.

ResourceType

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

(Inherited from ResourceData)
SourceMetadata

Gets the details of the VM captured at the time of the restore point creation.

SourceRestorePointId

Gets or sets Id.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TimeCreated

Gets the creation time of the restore point.

Explicit Interface Implementations

IJsonModel<RestorePointData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestorePointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestorePointData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestorePointData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestorePointData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to