次の方法で共有


DicomServiceAuthenticationConfiguration Class

Definition

Authentication configuration information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServiceAuthenticationConfigurationTypeConverter))]
public class DicomServiceAuthenticationConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServiceAuthenticationConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServiceAuthenticationConfigurationTypeConverter))>]
type DicomServiceAuthenticationConfiguration = class
    interface IDicomServiceAuthenticationConfiguration
    interface IJsonSerializable
Public Class DicomServiceAuthenticationConfiguration
Implements IDicomServiceAuthenticationConfiguration
Inheritance
DicomServiceAuthenticationConfiguration
Attributes
Implements

Constructors

DicomServiceAuthenticationConfiguration()

Creates an new DicomServiceAuthenticationConfiguration instance.

Properties

Audience

The audiences for the service

Authority

The authority url for the service

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DicomServiceAuthenticationConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DicomServiceAuthenticationConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServiceAuthenticationConfiguration.

FromJsonString(String)

Creates a new instance of DicomServiceAuthenticationConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DicomServiceAuthenticationConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to