ArmAppServiceModelFactory.AseV3NetworkingConfigurationData Method

Definition

Initializes a new instance of AseV3NetworkingConfigurationData.

public static Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData AseV3NetworkingConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> windowsOutboundIPAddresses = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> linuxOutboundIPAddresses = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> externalInboundIPAddresses = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> internalInboundIPAddresses = default, bool? allowNewPrivateEndpointConnections = default, bool? isFtpEnabled = default, bool? isRemoteDebugEnabled = default, string inboundIPAddressOverride = default, string kind = default);
static member AseV3NetworkingConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string -> Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData
Public Shared Function AseV3NetworkingConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional windowsOutboundIPAddresses As IEnumerable(Of IPAddress) = Nothing, Optional linuxOutboundIPAddresses As IEnumerable(Of IPAddress) = Nothing, Optional externalInboundIPAddresses As IEnumerable(Of IPAddress) = Nothing, Optional internalInboundIPAddresses As IEnumerable(Of IPAddress) = Nothing, Optional allowNewPrivateEndpointConnections As Nullable(Of Boolean) = Nothing, Optional isFtpEnabled As Nullable(Of Boolean) = Nothing, Optional isRemoteDebugEnabled As Nullable(Of Boolean) = Nothing, Optional inboundIPAddressOverride As String = Nothing, Optional kind As String = Nothing) As AseV3NetworkingConfigurationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

windowsOutboundIPAddresses
IEnumerable<IPAddress>
linuxOutboundIPAddresses
IEnumerable<IPAddress>
externalInboundIPAddresses
IEnumerable<IPAddress>
internalInboundIPAddresses
IEnumerable<IPAddress>
allowNewPrivateEndpointConnections
Nullable<Boolean>

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

isFtpEnabled
Nullable<Boolean>

Property to enable and disable FTP on ASEV3.

isRemoteDebugEnabled
Nullable<Boolean>

Property to enable and disable Remote Debug on ASEV3.

inboundIPAddressOverride
String

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

kind
String

Kind of resource.

Returns

A new AseV3NetworkingConfigurationData instance for mocking.

Applies to