Sdílet prostřednictvím


A2ARecoveryAvailabilityType Struct

Definition

The recovery availability type of the virtual machine.

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

Constructors

A2ARecoveryAvailabilityType(String)

Initializes a new instance of A2ARecoveryAvailabilityType.

Properties

AvailabilitySet

AvailabilitySet.

AvailabilityZone

AvailabilityZone.

Single

Single.

Methods

Equals(A2ARecoveryAvailabilityType)

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

Determines if two A2ARecoveryAvailabilityType values are the same.

Implicit(String to A2ARecoveryAvailabilityType)

Converts a string to a A2ARecoveryAvailabilityType.

Inequality(A2ARecoveryAvailabilityType, A2ARecoveryAvailabilityType)

Determines if two A2ARecoveryAvailabilityType values are not the same.

Applies to