StorageSettingType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET