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