FailoverDeploymentModel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET