Share via


MultiSubnetIntent Struct

Definition

The MultiSubnetIntent.

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

Constructors

MultiSubnetIntent(String)

Initializes a new instance of MultiSubnetIntent.

Properties

DisasterRecovery

DisasterRecovery.

HighAvailability

HighAvailability.

None

None.

Methods

Equals(MultiSubnetIntent)

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

Determines if two MultiSubnetIntent values are the same.

Implicit(String to MultiSubnetIntent)

Converts a String to a MultiSubnetIntent.

Inequality(MultiSubnetIntent, MultiSubnetIntent)

Determines if two MultiSubnetIntent values are not the same.

Applies to