Delen via


RecoveryPlanActionLocation Struct

Definition

The fabric location.

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

Constructors

RecoveryPlanActionLocation(String)

Initializes a new instance of RecoveryPlanActionLocation.

Properties

Primary

Primary.

Recovery

Recovery.

Methods

Equals(RecoveryPlanActionLocation)

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

Determines if two RecoveryPlanActionLocation values are the same.

Implicit(String to RecoveryPlanActionLocation)

Converts a string to a RecoveryPlanActionLocation.

Inequality(RecoveryPlanActionLocation, RecoveryPlanActionLocation)

Determines if two RecoveryPlanActionLocation values are not the same.

Applies to