ContainerAppHttpSettings 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.
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
public class ContainerAppHttpSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppHttpSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppHttpSettings>
type ContainerAppHttpSettings = class
interface IJsonModel<ContainerAppHttpSettings>
interface IPersistableModel<ContainerAppHttpSettings>
Public Class ContainerAppHttpSettings
Implements IJsonModel(Of ContainerAppHttpSettings), IPersistableModel(Of ContainerAppHttpSettings)
- Inheritance
-
ContainerAppHttpSettings
- Implements
Constructors
ContainerAppHttpSettings() |
Initializes a new instance of ContainerAppHttpSettings. |
Properties
ForwardProxy |
The configuration settings of a forward proxy used to make the requests. |
RequireHttps |
<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. |
RoutesApiPrefix |
The prefix that should precede all the authentication/authorization paths. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerAppHttpSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerAppHttpSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerAppHttpSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerAppHttpSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerAppHttpSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET