다음을 통해 공유


MigrationClusterRole Struct

Definition

The role of the cluster in the migration process.

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

Constructors

MigrationClusterRole(String)

Initializes a new instance of MigrationClusterRole.

Properties

Destination

Destination.

Source

Source.

Methods

Equals(MigrationClusterRole)

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

Determines if two MigrationClusterRole values are the same.

Implicit(String to MigrationClusterRole)

Converts a string to a MigrationClusterRole.

Inequality(MigrationClusterRole, MigrationClusterRole)

Determines if two MigrationClusterRole values are not the same.

Applies to