ArmApiManagementModelFactory.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.ApiManagement.Models.OutboundEnvironmentEndpoint OutboundEnvironmentEndpoint (string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.Models.EndpointDependency> endpoints = default);
static member OutboundEnvironmentEndpoint : string * seq<Azure.ResourceManager.ApiManagement.Models.EndpointDependency> -> Azure.ResourceManager.ApiManagement.Models.OutboundEnvironmentEndpoint
Public Shared Function OutboundEnvironmentEndpoint (Optional category As String = Nothing, Optional endpoints As IEnumerable(Of EndpointDependency) = Nothing) As OutboundEnvironmentEndpoint
Parameters
- category
- String
The type of service accessed by the Api Management Service, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- IEnumerable<EndpointDependency>
The endpoints that the Api Management Service reaches the service at.
Returns
A new OutboundEnvironmentEndpoint instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET