BatchAccountOutboundEnvironmentEndpoint 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.
A collection of related endpoints from the same service for which the Batch service requires outbound access.
public class BatchAccountOutboundEnvironmentEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountOutboundEnvironmentEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountOutboundEnvironmentEndpoint>
public class BatchAccountOutboundEnvironmentEndpoint
type BatchAccountOutboundEnvironmentEndpoint = class
interface IJsonModel<BatchAccountOutboundEnvironmentEndpoint>
interface IPersistableModel<BatchAccountOutboundEnvironmentEndpoint>
type BatchAccountOutboundEnvironmentEndpoint = class
Public Class BatchAccountOutboundEnvironmentEndpoint
Implements IJsonModel(Of BatchAccountOutboundEnvironmentEndpoint), IPersistableModel(Of BatchAccountOutboundEnvironmentEndpoint)
Public Class BatchAccountOutboundEnvironmentEndpoint
- Inheritance
-
BatchAccountOutboundEnvironmentEndpoint
- Implements
Properties
Category |
The type of service that the Batch service connects to. |
Endpoints |
The endpoints for this service to which the Batch service makes outbound calls. |
Explicit Interface Implementations
IJsonModel<BatchAccountOutboundEnvironmentEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchAccountOutboundEnvironmentEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchAccountOutboundEnvironmentEndpoint>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchAccountOutboundEnvironmentEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchAccountOutboundEnvironmentEndpoint>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET