LongTermRetentionBackupOperationResult Class

Definition

A LongTermRetentionBackup operation result resource.

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

Constructors

LongTermRetentionBackupOperationResult()

Initializes a new instance of LongTermRetentionBackupOperationResult.

Properties

FromBackupResourceId

Source backup resource id.

Id

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

(Inherited from ResourceData)
Message

Progress message.

Name

The name of the resource.

(Inherited from ResourceData)
OperationType

Operation type.

RequestId

Request Id.

ResourceType

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

(Inherited from ResourceData)
Status

Operation status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TargetBackupStorageRedundancy

The storage redundancy type of the copied backup.

ToBackupResourceId

Target backup resource id.

Explicit Interface Implementations

IJsonModel<LongTermRetentionBackupOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LongTermRetentionBackupOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LongTermRetentionBackupOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LongTermRetentionBackupOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LongTermRetentionBackupOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to