ArmAppServiceModelFactory.InboundEnvironmentEndpoint 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 InboundEnvironmentEndpoint.
public static Azure.ResourceManager.AppService.Models.InboundEnvironmentEndpoint InboundEnvironmentEndpoint (string description = default, System.Collections.Generic.IEnumerable<string> endpoints = default, System.Collections.Generic.IEnumerable<string> ports = default);
static member InboundEnvironmentEndpoint : string * seq<string> * seq<string> -> Azure.ResourceManager.AppService.Models.InboundEnvironmentEndpoint
Public Shared Function InboundEnvironmentEndpoint (Optional description As String = Nothing, Optional endpoints As IEnumerable(Of String) = Nothing, Optional ports As IEnumerable(Of String) = Nothing) As InboundEnvironmentEndpoint
Parameters
- description
- String
Short text describing the purpose of the network traffic.
- endpoints
- IEnumerable<String>
The IP addresses that network traffic will originate from in cidr notation.
- ports
- IEnumerable<String>
The ports that network traffic will arrive to the App Service Environment at.
Returns
A new InboundEnvironmentEndpoint instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET