FailoverRequestFailoverType Struct

Definition

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

Constructors

Name Description
FailoverRequestFailoverType(String)

Initializes a new instance of FailoverRequestFailoverType.

Properties

Name Description
Planned

Planned.

Methods

Name Description
Equals(FailoverRequestFailoverType)

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

Determines if two FailoverRequestFailoverType values are the same.

Implicit(FailoverRequestFailoverType to StorageAccountFailoverType)
Implicit(StorageAccountFailoverType to FailoverRequestFailoverType)
Implicit(String to FailoverRequestFailoverType)

Converts a string to a FailoverRequestFailoverType.

Implicit(String to Nullable<FailoverRequestFailoverType>)
Inequality(FailoverRequestFailoverType, FailoverRequestFailoverType)

Determines if two FailoverRequestFailoverType values are not the same.

Applies to