SelfHostedServer 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.
The service properties when target service type is SelfHostedServer
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SelfHostedServerTypeConverter))]
public class SelfHostedServer : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISelfHostedServer, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SelfHostedServerTypeConverter))>]
type SelfHostedServer = class
interface ISelfHostedServer
interface IJsonSerializable
interface ITargetServiceBase
interface IValidates
Public Class SelfHostedServer
Implements ISelfHostedServer, IValidates
- Inheritance
-
SelfHostedServer
- Attributes
- Implements
Constructors
SelfHostedServer() |
Creates an new SelfHostedServer instance. |
Properties
Endpoint |
The endpoint of service. |
Type |
The target service type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SelfHostedServer. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SelfHostedServer. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISelfHostedServer. |
FromJsonString(String) |
Creates a new instance of SelfHostedServer, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SelfHostedServer into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |