ClusterMigrateRequest Class
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.
A cluster migrate request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterMigrateRequestTypeConverter))]
public class ClusterMigrateRequest : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterMigrateRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterMigrateRequestTypeConverter))>]
type ClusterMigrateRequest = class
interface IClusterMigrateRequest
interface IJsonSerializable
Public Class ClusterMigrateRequest
Implements IClusterMigrateRequest
- Inheritance
-
ClusterMigrateRequest
- Attributes
- Implements
Constructors
ClusterMigrateRequest() |
Creates an new ClusterMigrateRequest instance. |
Properties
ClusterResourceId |
Resource ID of the destination cluster or kusto pool. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterMigrateRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterMigrateRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterMigrateRequest. |
FromJsonString(String) |
Creates a new instance of ClusterMigrateRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterMigrateRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |