다음을 통해 공유


ClusterResourceProperties Class

Definition

Service properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ClusterResourcePropertiesTypeConverter))]
public class ClusterResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IClusterResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ClusterResourcePropertiesTypeConverter))>]
type ClusterResourceProperties = class
    interface IClusterResourceProperties
    interface IJsonSerializable
Public Class ClusterResourceProperties
Implements IClusterResourceProperties
Inheritance
ClusterResourceProperties
Attributes
Implements

Constructors

Name Description
ClusterResourceProperties()

Creates an new ClusterResourceProperties instance.

Properties

Name Description
Fqdn

Fully qualified dns name of the service instance

NetworkProfileAppNetworkResourceGroup

Name of the resource group containing network resources for customer apps in Azure Spring Apps

NetworkProfileAppSubnetId

Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps

NetworkProfileRequiredTraffic

Required inbound or outbound traffics for Azure Spring Apps resource.

NetworkProfileServiceCidr

Azure Spring Apps service reserved CIDR

NetworkProfileServiceRuntimeNetworkResourceGroup

Name of the resource group containing network resources of Azure Spring Apps Service Runtime

NetworkProfileServiceRuntimeSubnetId

Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime

OutboundIPPublicIP

A list of public IP addresses.

ProvisioningState

Provisioning state of the Service

ServiceId

ServiceInstanceEntity GUID which uniquely identifies a created resource

Version

Version of the Service

ZoneRedundant

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to