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