ArmAppServiceModelFactory.OutboundEnvironmentEndpoint 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 OutboundEnvironmentEndpoint.
public static Azure.ResourceManager.AppService.Models.OutboundEnvironmentEndpoint OutboundEnvironmentEndpoint (string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceEndpointDependency> endpoints = default);
static member OutboundEnvironmentEndpoint : string * seq<Azure.ResourceManager.AppService.Models.AppServiceEndpointDependency> -> Azure.ResourceManager.AppService.Models.OutboundEnvironmentEndpoint
Public Shared Function OutboundEnvironmentEndpoint (Optional category As String = Nothing, Optional endpoints As IEnumerable(Of AppServiceEndpointDependency) = Nothing) As OutboundEnvironmentEndpoint
Parameters
- category
- String
The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- IEnumerable<AppServiceEndpointDependency>
The endpoints that the App Service Environment reaches the service at.
Returns
A new OutboundEnvironmentEndpoint 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