你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceRegistryResource Class

Definition

Service Registry resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceRegistryResourceTypeConverter))]
public class ServiceRegistryResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceRegistryResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceRegistryResourceTypeConverter))>]
type ServiceRegistryResource = class
    interface IServiceRegistryResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ServiceRegistryResource
Implements IServiceRegistryResource, IValidates
Inheritance
ServiceRegistryResource
Attributes
Implements

Constructors

ServiceRegistryResource()

Creates an new ServiceRegistryResource instance.

Properties

Id

Fully qualified resource Id for the resource.

Instance

Collection of instances belong to Service Registry.

Name

The name of the resource.

ProvisioningState

State of the Service Registry.

ResourceGroupName

Gets the resource group name

ResourceRequestCpu

Cpu allocated to each Service Registry instance

ResourceRequestInstanceCount

Instance count of the Service Registry

ResourceRequestMemory

Memory allocated to each Service Registry instance

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceRegistryResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceRegistryResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceRegistryResource.

FromJsonString(String)

Creates a new instance of ServiceRegistryResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceRegistryResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to