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

StorageSettingType(String)

Initializes a new instance of StorageSettingType.

Properties

GeoRedundant

GeoRedundant.

LocallyRedundant

LocallyRedundant.

ZoneRedundant

ZoneRedundant.

Methods

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

Equality(StorageSettingType, StorageSettingType)

Determines if two StorageSettingType values are the same.

Implicit(String to StorageSettingType)

Converts a string to a StorageSettingType.

Inequality(StorageSettingType, StorageSettingType)

Determines if two StorageSettingType values are not the same.

Applies to