IClusterUpdate.MigrationClusterRole Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The role of the cluster in the migration process.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.MigrationClusterRole) }, ReadOnly=true, Required=false, SerializedName="role")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.MigrationClusterRole? MigrationClusterRole { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The role of the cluster in the migration process.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.MigrationClusterRole) }, ReadOnly=true, Required=false, SerializedName="role")>]
member this.MigrationClusterRole : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.MigrationClusterRole>
Public ReadOnly Property MigrationClusterRole As Nullable(Of MigrationClusterRole)
Property Value
- Attributes