次の方法で共有


DicomServiceProperties Class

Definition

Dicom Service properties.

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

Constructors

DicomServiceProperties()

Creates an new DicomServiceProperties instance.

Properties

AuthenticationConfigurationAudience

The audiences for the service

AuthenticationConfigurationAuthority

The authority url for the service

PrivateEndpointConnection

The list of private endpoint connections that are set up for this resource.

ProvisioningState

The provisioning state.

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

ServiceUrl

The url of the Dicom Services.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DicomServiceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DicomServiceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DicomServiceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to