다음을 통해 공유


RecoveryServicesSku Class

Definition

Identifies the unique system identifier for each Azure resource.

public class RecoveryServicesSku
public class RecoveryServicesSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesSku>
type RecoveryServicesSku = class
type RecoveryServicesSku = class
    interface IJsonModel<RecoveryServicesSku>
    interface IPersistableModel<RecoveryServicesSku>
Public Class RecoveryServicesSku
Public Class RecoveryServicesSku
Implements IJsonModel(Of RecoveryServicesSku), IPersistableModel(Of RecoveryServicesSku)
Inheritance
RecoveryServicesSku
Implements

Constructors

RecoveryServicesSku(RecoveryServicesSkuName)

Initializes a new instance of RecoveryServicesSku.

Properties

Capacity

The sku capacity.

Family

The sku family.

Name

Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig.

Size

The sku size.

Tier

The Sku tier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to