DicomServiceAuthenticationConfiguration 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.
Authentication configuration information.
public class DicomServiceAuthenticationConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.DicomServiceAuthenticationConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.DicomServiceAuthenticationConfiguration>
public class DicomServiceAuthenticationConfiguration
type DicomServiceAuthenticationConfiguration = class
interface IJsonModel<DicomServiceAuthenticationConfiguration>
interface IPersistableModel<DicomServiceAuthenticationConfiguration>
type DicomServiceAuthenticationConfiguration = class
Public Class DicomServiceAuthenticationConfiguration
Implements IJsonModel(Of DicomServiceAuthenticationConfiguration), IPersistableModel(Of DicomServiceAuthenticationConfiguration)
Public Class DicomServiceAuthenticationConfiguration
- Inheritance
-
DicomServiceAuthenticationConfiguration
- Implements
Constructors
DicomServiceAuthenticationConfiguration() |
Initializes a new instance of DicomServiceAuthenticationConfiguration. |
Properties
Audiences |
The audiences for the service. |
Authority |
The authority url for the service. |
Explicit Interface Implementations
IJsonModel<DicomServiceAuthenticationConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DicomServiceAuthenticationConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DicomServiceAuthenticationConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DicomServiceAuthenticationConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DicomServiceAuthenticationConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET