Compartilhar via


ArmAppServiceModelFactory.AseV3NetworkingConfigurationData Método

Definição

Inicializa uma nova instância de 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, 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> * 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 kind As String = Nothing) As AseV3NetworkingConfigurationData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

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

Propriedade para habilitar e desabilitar a criação de nova conexão de ponto de extremidade privado no ASE.

kind
String

Tipo de recurso.

Retornos

Uma nova AseV3NetworkingConfigurationData instância para simulação.

Aplica-se a