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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET