你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IClusterResourceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ClusterResourcePropertiesTypeConverter))]
public interface IClusterResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ClusterResourcePropertiesTypeConverter))>]
type IClusterResourceProperties = interface
interface IJsonSerializable
Public Interface IClusterResourceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |