ResumeJobParams 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 job params.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResumeJobParamsTypeConverter))]
public class ResumeJobParams : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResumeJobParams
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResumeJobParamsTypeConverter))>]
type ResumeJobParams = class
interface IResumeJobParams
interface IJsonSerializable
Public Class ResumeJobParams
Implements IResumeJobParams
- Inheritance
-
ResumeJobParams
- Attributes
- Implements
Constructors
ResumeJobParams() |
Creates an new ResumeJobParams instance. |
Properties
Comment |
Resume job comments. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResumeJobParams. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResumeJobParams. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResumeJobParams. |
FromJsonString(String) |
Creates a new instance of ResumeJobParams, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResumeJobParams into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |