HostingConfiguration Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HostingConfigurationTypeConverter))]
public class HostingConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHostingConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HostingConfigurationTypeConverter))>]
type HostingConfiguration = class
    interface IHostingConfiguration
    interface IJsonSerializable
Public Class HostingConfiguration
Implements IHostingConfiguration
Inheritance
HostingConfiguration
Attributes
Implements

Constructors

Name Description
HostingConfiguration()

Creates an new HostingConfiguration instance.

Properties

Name Description
Provider

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostingConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostingConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHostingConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostingConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to