Delen via


FailoverDeploymentModel Struct

Definition

The failover deployment model.

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

Constructors

FailoverDeploymentModel(String)

Initializes a new instance of FailoverDeploymentModel.

Properties

Classic

Classic.

NotApplicable

NotApplicable.

ResourceManager

ResourceManager.

Methods

Equals(FailoverDeploymentModel)

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

Determines if two FailoverDeploymentModel values are the same.

Implicit(String to FailoverDeploymentModel)

Converts a string to a FailoverDeploymentModel.

Inequality(FailoverDeploymentModel, FailoverDeploymentModel)

Determines if two FailoverDeploymentModel values are not the same.

Applies to