Application 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.
Application in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ApplicationTypeConverter))]
public class Application : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ApplicationTypeConverter))>]
type Application = class
interface IApplication
interface IJsonSerializable
Public Class Application
Implements IApplication
- Inheritance
-
Application
- Attributes
- Implements
Constructors
Application() |
Creates an new Application instance. |
Properties
Name |
Name of the Application. |
Provider |
Provider of the Application. |
Version |
Version of the Application. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Application. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Application. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication. |
FromJsonString(String) |
Creates a new instance of Application, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Application into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |