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.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET