ArmAppServiceModelFactory.AseV3NetworkingConfigurationData Method
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.
Overloads
AseV3NetworkingConfigurationData(ResourceIdentifier, String, ResourceType, SystemData, IEnumerable<IPAddress>, IEnumerable<IPAddress>, IEnumerable<IPAddress>, IEnumerable<IPAddress>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of AseV3NetworkingConfigurationData.
public static Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData AseV3NetworkingConfigurationData(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, System.Collections.Generic.IEnumerable<System.Net.IPAddress> windowsOutboundIPAddresses, 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);
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 (id As ResourceIdentifier, name As String, resourceType As ResourceType, systemData As SystemData, windowsOutboundIPAddresses As IEnumerable(Of IPAddress), 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
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
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>
Property to enable and disable new private endpoint connection creation on ASE.
- 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
AseV3NetworkingConfigurationData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<IPAddress>, IEnumerable<IPAddress>, IEnumerable<IPAddress>, IEnumerable<IPAddress>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String)
- Source:
- ArmAppServiceModelFactory.cs
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, string kind = 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);
static member AseV3NetworkingConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * seq<System.Net.IPAddress> * Nullable<bool> * Nullable<bool> * Nullable<bool> * 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 kind As String = 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) As AseV3NetworkingConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: AseV3NetworkingConfiguration.kind
- windowsOutboundIPAddresses
- IEnumerable<IPAddress>
Serialized Name: AseV3NetworkingConfiguration.properties.windowsOutboundIpAddresses.
- linuxOutboundIPAddresses
- IEnumerable<IPAddress>
Serialized Name: AseV3NetworkingConfiguration.properties.linuxOutboundIpAddresses.
- externalInboundIPAddresses
- IEnumerable<IPAddress>
Serialized Name: AseV3NetworkingConfiguration.properties.externalInboundIpAddresses.
- internalInboundIPAddresses
- IEnumerable<IPAddress>
Serialized Name: AseV3NetworkingConfiguration.properties.internalInboundIpAddresses.
Property to enable and disable new private endpoint connection creation on ASE Serialized Name: AseV3NetworkingConfiguration.properties.allowNewPrivateEndpointConnections
Property to enable and disable FTP on ASEV3 Serialized Name: AseV3NetworkingConfiguration.properties.ftpEnabled
Property to enable and disable Remote Debug on ASEV3 Serialized Name: AseV3NetworkingConfiguration.properties.remoteDebugEnabled
- inboundIPAddressOverride
- String
Customer provided Inbound IP Address. Only able to be set on Ase create. Serialized Name: AseV3NetworkingConfiguration.properties.inboundIpAddressOverride
Returns
A new AseV3NetworkingConfigurationData instance for mocking.