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

Name Description
FailoverDeploymentModel(String)

Initializes a new instance of FailoverDeploymentModel.

Properties

Name Description
Classic

Classic.

NotApplicable

NotApplicable.

ResourceManager

ResourceManager.

Methods

Name Description
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

Name Description
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