SessionPoolPatch 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.
Container App session pool updatable properties.
public class SessionPoolPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SessionPoolPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SessionPoolPatch>
type SessionPoolPatch = class
interface IJsonModel<SessionPoolPatch>
interface IPersistableModel<SessionPoolPatch>
Public Class SessionPoolPatch
Implements IJsonModel(Of SessionPoolPatch), IPersistableModel(Of SessionPoolPatch)
- Inheritance
-
SessionPoolPatch
- Implements
Constructors
SessionPoolPatch() |
Initializes a new instance of SessionPoolPatch. |
Properties
CustomContainerTemplate |
The custom container configuration if the containerType is CustomContainer. |
DynamicPoolLifecycleConfiguration |
The lifecycle configuration of a session in the dynamic session pool. |
Identity |
Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. |
ScaleConfiguration |
The scale configuration of the session pool. |
Secrets |
The secrets of the session pool. |
SessionNetworkStatus |
Network status for the sessions. |
Tags |
Resource tags. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SessionPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SessionPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SessionPoolPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SessionPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SessionPoolPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |