다음을 통해 공유


NetworkProfileOutboundIPs Class

Definition

Desired outbound IP resources for Azure Spring Apps resource.

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

Constructors

Name Description
NetworkProfileOutboundIPs()

Creates an new NetworkProfileOutboundIPs instance.

Properties

Name Description
PublicIP

A list of public IP addresses.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkProfileOutboundIPs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkProfileOutboundIPs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkProfileOutboundIPs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to