다음을 통해 공유


INetworkProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.NetworkProfileTypeConverter))]
public interface INetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.NetworkProfileTypeConverter))>]
type INetworkProfile = interface
    interface IJsonSerializable
Public Interface INetworkProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AppNetworkResourceGroup

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

AppSubnetId

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

OutboundIPPublicIP

A list of public IP addresses.

RequiredTraffic

Required inbound or outbound traffics for Azure Spring Apps resource.

ServiceCidr

Azure Spring Apps service reserved CIDR

ServiceRuntimeNetworkResourceGroup

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

ServiceRuntimeSubnetId

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

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to