OutboundEnvironmentEndpoint Class
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.
Endpoints accessed for a common purpose that the Api Management Service requires outbound network access to.
public class OutboundEnvironmentEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.OutboundEnvironmentEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.OutboundEnvironmentEndpoint>
type OutboundEnvironmentEndpoint = class
interface IJsonModel<OutboundEnvironmentEndpoint>
interface IPersistableModel<OutboundEnvironmentEndpoint>
Public Class OutboundEnvironmentEndpoint
Implements IJsonModel(Of OutboundEnvironmentEndpoint), IPersistableModel(Of OutboundEnvironmentEndpoint)
- Inheritance
-
OutboundEnvironmentEndpoint
- Implements
Properties
Category |
The type of service accessed by the Api Management Service, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. |
Endpoints |
The endpoints that the Api Management Service reaches the service at. |
Explicit Interface Implementations
IJsonModel<OutboundEnvironmentEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OutboundEnvironmentEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OutboundEnvironmentEndpoint>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OutboundEnvironmentEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OutboundEnvironmentEndpoint>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET