RefreshSummaryInput 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.
Class representing the refresh summary input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.RefreshSummaryInputTypeConverter))]
public class RefreshSummaryInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IRefreshSummaryInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.RefreshSummaryInputTypeConverter))>]
type RefreshSummaryInput = class
interface IRefreshSummaryInput
interface IJsonSerializable
Public Class RefreshSummaryInput
Implements IRefreshSummaryInput
- Inheritance
-
RefreshSummaryInput
- Attributes
- Implements
Constructors
RefreshSummaryInput() |
Creates an new RefreshSummaryInput instance. |
Properties
Goal |
Gets or sets the goal for which summary needs to be refreshed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RefreshSummaryInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RefreshSummaryInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IRefreshSummaryInput. |
FromJsonString(String) |
Creates a new instance of RefreshSummaryInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RefreshSummaryInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |