ServiceRegistryInstance 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.
Collection of instances belong to the Service Registry
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ServiceRegistryInstanceTypeConverter))]
public class ServiceRegistryInstance : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IServiceRegistryInstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ServiceRegistryInstanceTypeConverter))>]
type ServiceRegistryInstance = class
interface IServiceRegistryInstance
interface IJsonSerializable
Public Class ServiceRegistryInstance
Implements IServiceRegistryInstance
- Inheritance
-
ServiceRegistryInstance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceRegistryInstance() |
Creates an new ServiceRegistryInstance instance. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the Service Registry instance |
| Status |
Status of the Service Registry instance |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceRegistryInstance. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceRegistryInstance. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IServiceRegistryInstance. |
| FromJsonString(String) |
Creates a new instance of ServiceRegistryInstance, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceRegistryInstance into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |