AadAuthenticationParameters 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.
AAD Vpn authentication type related parameters.
public class AadAuthenticationParameters : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AadAuthenticationParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AadAuthenticationParameters>
type AadAuthenticationParameters = class
interface IJsonModel<AadAuthenticationParameters>
interface IPersistableModel<AadAuthenticationParameters>
Public Class AadAuthenticationParameters
Implements IJsonModel(Of AadAuthenticationParameters), IPersistableModel(Of AadAuthenticationParameters)
- Inheritance
-
AadAuthenticationParameters
- Implements
Constructors
AadAuthenticationParameters() |
Initializes a new instance of AadAuthenticationParameters. |
Properties
AadAudience |
AAD Vpn authentication parameter AAD audience. |
AadIssuer |
AAD Vpn authentication parameter AAD issuer. |
AadTenant |
AAD Vpn authentication parameter AAD tenant. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AadAuthenticationParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AadAuthenticationParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AadAuthenticationParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AadAuthenticationParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AadAuthenticationParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |