AppServiceHttpSettings Class

Definition

The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

public class AppServiceHttpSettings
public class AppServiceHttpSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceHttpSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceHttpSettings>
type AppServiceHttpSettings = class
type AppServiceHttpSettings = class
    interface IJsonModel<AppServiceHttpSettings>
    interface IPersistableModel<AppServiceHttpSettings>
Public Class AppServiceHttpSettings
Public Class AppServiceHttpSettings
Implements IJsonModel(Of AppServiceHttpSettings), IPersistableModel(Of AppServiceHttpSettings)
Inheritance
AppServiceHttpSettings
Implements

Constructors

AppServiceHttpSettings()

Initializes a new instance of AppServiceHttpSettings.

Properties

ForwardProxy

The configuration settings of a forward proxy used to make the requests.

IsHttpsRequired

<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.

Explicit Interface Implementations

IJsonModel<AppServiceHttpSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceHttpSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceHttpSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceHttpSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceHttpSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to