다음을 통해 공유


ServiceRegistryInstance Class

Definition

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()

Applies to