MigrationClusterRole 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 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
Azure SDK for .NET