Udostępnij za pośrednictwem


InboundEnvironmentEndpoint Konstruktory

Definicja

Przeciążenia

InboundEnvironmentEndpoint()

Inicjuje nowe wystąpienie klasy InboundEnvironmentEndpoint.

InboundEnvironmentEndpoint(String, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy InboundEnvironmentEndpoint.

InboundEnvironmentEndpoint()

Inicjuje nowe wystąpienie klasy InboundEnvironmentEndpoint.

public InboundEnvironmentEndpoint ();
Public Sub New ()

Dotyczy

InboundEnvironmentEndpoint(String, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy InboundEnvironmentEndpoint.

public InboundEnvironmentEndpoint (string description = default, System.Collections.Generic.IList<string> endpoints = default, System.Collections.Generic.IList<string> ports = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint
Public Sub New (Optional description As String = Nothing, Optional endpoints As IList(Of String) = Nothing, Optional ports As IList(Of String) = Nothing)

Parametry

description
String

Krótki tekst opisujący cel ruchu sieciowego.

endpoints
IList<String>

Adresy IP, które ruch sieciowy będzie pochodzić z notacji cidr.

ports
IList<String>

Porty, do których będzie docierać ruch sieciowy, do App Service Environment.

Dotyczy