Share via


AseV3NetworkingConfigurationProperties Class

Definition

AseV3NetworkingConfiguration resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationPropertiesTypeConverter))]
public class AseV3NetworkingConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseV3NetworkingConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationPropertiesTypeConverter))>]
type AseV3NetworkingConfigurationProperties = class
    interface IAseV3NetworkingConfigurationProperties
    interface IJsonSerializable
Public Class AseV3NetworkingConfigurationProperties
Implements IAseV3NetworkingConfigurationProperties
Inheritance
AseV3NetworkingConfigurationProperties
Attributes
Implements

Constructors

AseV3NetworkingConfigurationProperties()

Creates an new AseV3NetworkingConfigurationProperties instance.

Properties

AllowNewPrivateEndpointConnection

Property to enable and disable new private endpoint connection creation on ASE

ExternalInboundIPAddress
FtpEnabled

Property to enable and disable FTP on ASEV3

InboundIPAddressOverride

Customer provided Inbound IP Address. Only able to be set on Ase create.

InternalInboundIPAddress
LinuxOutboundIPAddress
RemoteDebugEnabled

Property to enable and disable Remote Debug on ASEV3

WindowsOutboundIPAddress

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AseV3NetworkingConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AseV3NetworkingConfigurationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseV3NetworkingConfigurationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AseV3NetworkingConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to