Share via


RefreshSummaryInput Class

Definition

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.

Applies to