Udostępnij przez


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

Name Description
MultiSubnetIntent(String)

Initializes a new instance of MultiSubnetIntent.

Properties

Name Description
DisasterRecovery

DisasterRecovery.

HighAvailability

HighAvailability.

None

None.

Methods

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

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