Share via


SolutionConfig Class

Definition

Class representing the config for the solution in the migrate project.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionConfigTypeConverter))]
public class SolutionConfig : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionConfigTypeConverter))>]
type SolutionConfig = class
    interface ISolutionConfig
    interface IJsonSerializable
Public Class SolutionConfig
Implements ISolutionConfig
Inheritance
SolutionConfig
Attributes
Implements

Constructors

SolutionConfig()

Creates an new SolutionConfig instance.

Properties

PublisherSasUri

Gets or sets the publisher sas uri for the solution.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SolutionConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SolutionConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionConfig.

FromJsonString(String)

Creates a new instance of SolutionConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SolutionConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to