Megosztás a következőn keresztül:


RecoveryServicesSkuName Struct

Definition

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.

public readonly struct RecoveryServicesSkuName : IEquatable<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesSkuName>
type RecoveryServicesSkuName = struct
Public Structure RecoveryServicesSkuName
Implements IEquatable(Of RecoveryServicesSkuName)
Inheritance
RecoveryServicesSkuName
Implements

Constructors

RecoveryServicesSkuName(String)

Initializes a new instance of RecoveryServicesSkuName.

Properties

RS0

RS0.

Standard

Standard.

Methods

Equals(RecoveryServicesSkuName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RecoveryServicesSkuName, RecoveryServicesSkuName)

Determines if two RecoveryServicesSkuName values are the same.

Implicit(String to RecoveryServicesSkuName)

Converts a string to a RecoveryServicesSkuName.

Inequality(RecoveryServicesSkuName, RecoveryServicesSkuName)

Determines if two RecoveryServicesSkuName values are not the same.

Applies to