ResumeReplicationInput 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.
Resume replication input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResumeReplicationInputTypeConverter))]
public class ResumeReplicationInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResumeReplicationInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResumeReplicationInputTypeConverter))>]
type ResumeReplicationInput = class
interface IResumeReplicationInput
interface IJsonSerializable
Public Class ResumeReplicationInput
Implements IResumeReplicationInput
- Inheritance
-
ResumeReplicationInput
- Attributes
- Implements
Constructors
ResumeReplicationInput() |
Creates an new ResumeReplicationInput instance. |
Properties
ProviderSpecificDetail |
The provider specific input for resume replication. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResumeReplicationInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResumeReplicationInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResumeReplicationInput. |
FromJsonString(String) |
Creates a new instance of ResumeReplicationInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResumeReplicationInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |