Share via


AseV3NetworkingConfiguration Constructors

Definition

Overloads

AseV3NetworkingConfiguration()

Initializes a new instance of the AseV3NetworkingConfiguration class.

AseV3NetworkingConfiguration(String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

Initializes a new instance of the AseV3NetworkingConfiguration class.

AseV3NetworkingConfiguration()

Initializes a new instance of the AseV3NetworkingConfiguration class.

public AseV3NetworkingConfiguration ();
Public Sub New ()

Applies to

AseV3NetworkingConfiguration(String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

Initializes a new instance of the AseV3NetworkingConfiguration class.

public AseV3NetworkingConfiguration (string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IList<string> windowsOutboundIpAddresses = default, System.Collections.Generic.IList<string> linuxOutboundIpAddresses = default, System.Collections.Generic.IList<string> externalInboundIpAddresses = default, System.Collections.Generic.IList<string> internalInboundIpAddresses = default, bool? allowNewPrivateEndpointConnections = default);
new Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional windowsOutboundIpAddresses As IList(Of String) = Nothing, Optional linuxOutboundIpAddresses As IList(Of String) = Nothing, Optional externalInboundIpAddresses As IList(Of String) = Nothing, Optional internalInboundIpAddresses As IList(Of String) = Nothing, Optional allowNewPrivateEndpointConnections As Nullable(Of Boolean) = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

windowsOutboundIpAddresses
IList<String>
linuxOutboundIpAddresses
IList<String>
externalInboundIpAddresses
IList<String>
internalInboundIpAddresses
IList<String>
allowNewPrivateEndpointConnections
Nullable<Boolean>

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

Applies to