ContainerAppAzureActiveDirectoryLoginConfiguration 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 Azure Active Directory login flow.
public class ContainerAppAzureActiveDirectoryLoginConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryLoginConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryLoginConfiguration>
type ContainerAppAzureActiveDirectoryLoginConfiguration = class
interface IJsonModel<ContainerAppAzureActiveDirectoryLoginConfiguration>
interface IPersistableModel<ContainerAppAzureActiveDirectoryLoginConfiguration>
Public Class ContainerAppAzureActiveDirectoryLoginConfiguration
Implements IJsonModel(Of ContainerAppAzureActiveDirectoryLoginConfiguration), IPersistableModel(Of ContainerAppAzureActiveDirectoryLoginConfiguration)
- Inheritance
-
ContainerAppAzureActiveDirectoryLoginConfiguration
- Implements
Constructors
ContainerAppAzureActiveDirectoryLoginConfiguration() |
Initializes a new instance of ContainerAppAzureActiveDirectoryLoginConfiguration. |
Properties
IsWwwAuthenticationDisabled |
<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. |
LoginParameters |
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value". |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerAppAzureActiveDirectoryLoginConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerAppAzureActiveDirectoryLoginConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerAppAzureActiveDirectoryLoginConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerAppAzureActiveDirectoryLoginConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerAppAzureActiveDirectoryLoginConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET