다음을 통해 공유


NetworkProfile Class

Definition

Service network profile payload

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

Constructors

Name Description
NetworkProfile()

Creates an new NetworkProfile instance.

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

Deserializes a IDictionary into an instance of NetworkProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to