IAseV3NetworkingConfigurationProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationPropertiesTypeConverter))]
public interface IAseV3NetworkingConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationPropertiesTypeConverter))>]
type IAseV3NetworkingConfigurationProperties = interface
interface IJsonSerializable
Public Interface IAseV3NetworkingConfigurationProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |