Share via


StorageAccountFailoverType Struct

Definition

The StorageAccountFailoverType.

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

Constructors

StorageAccountFailoverType(String)

Initializes a new instance of StorageAccountFailoverType.

Properties

Planned

Planned.

Methods

Equals(StorageAccountFailoverType)

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(StorageAccountFailoverType, StorageAccountFailoverType)

Determines if two StorageAccountFailoverType values are the same.

Implicit(String to StorageAccountFailoverType)

Converts a string to a StorageAccountFailoverType.

Inequality(StorageAccountFailoverType, StorageAccountFailoverType)

Determines if two StorageAccountFailoverType values are not the same.

Applies to