SolutionConfig 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 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. |