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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET