AseV3NetworkingConfigurationResponse

data class AseV3NetworkingConfigurationResponse(val allowNewPrivateEndpointConnections: Boolean? = null, val externalInboundIpAddresses: List<String>, val ftpEnabled: Boolean? = null, val id: String, val inboundIpAddressOverride: String? = null, val internalInboundIpAddresses: List<String>, val kind: String? = null, val linuxOutboundIpAddresses: List<String>, val name: String, val remoteDebugEnabled: Boolean? = null, val type: String, val windowsOutboundIpAddresses: List<String>)

Full view of networking configuration for an ASE.

Constructors

Link copied to clipboard
constructor(allowNewPrivateEndpointConnections: Boolean? = null, externalInboundIpAddresses: List<String>, ftpEnabled: Boolean? = null, id: String, inboundIpAddressOverride: String? = null, internalInboundIpAddresses: List<String>, kind: String? = null, linuxOutboundIpAddresses: List<String>, name: String, remoteDebugEnabled: Boolean? = null, type: String, windowsOutboundIpAddresses: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val ftpEnabled: Boolean? = null

Property to enable and disable FTP on ASEV3

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

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

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

Property to enable and disable Remote Debug on ASEV3

Link copied to clipboard

Resource type.