Condividi tramite


StorageSettingType Struct

Definition

Gets or sets the type.

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

Constructors

Name Description
StorageSettingType(String)

Initializes a new instance of StorageSettingType.

Properties

Name Description
GeoRedundant

Gets the GeoRedundant.

LocallyRedundant

Gets the LocallyRedundant.

ZoneRedundant

Gets the ZoneRedundant.

Methods

Name Description
Equals(StorageSettingType)

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

Name Description
Equality(StorageSettingType, StorageSettingType)

Determines if two StorageSettingType values are the same.

Implicit(String to Nullable<StorageSettingType>)
Implicit(String to StorageSettingType)

Converts a string to a StorageSettingType.

Inequality(StorageSettingType, StorageSettingType)

Determines if two StorageSettingType values are not the same.

Applies to