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