DicomServiceData Class

Definition

A class representing the DicomService data model. The description of Dicom Service

public class DicomServiceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.DicomServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.DicomServiceData>
public class DicomServiceData : Azure.ResourceManager.Models.TrackedResourceData
type DicomServiceData = class
    inherit TrackedResourceData
    interface IJsonModel<DicomServiceData>
    interface IPersistableModel<DicomServiceData>
type DicomServiceData = class
    inherit TrackedResourceData
Public Class DicomServiceData
Inherits TrackedResourceData
Implements IJsonModel(Of DicomServiceData), IPersistableModel(Of DicomServiceData)
Public Class DicomServiceData
Inherits TrackedResourceData
Inheritance
Implements

Constructors

DicomServiceData(AzureLocation)

Initializes a new instance of DicomServiceData.

Properties

AuthenticationConfiguration

Dicom Service authentication configuration.

CorsConfiguration

Dicom Service Cors configuration.

ETag

An etag associated with the resource, used for optimistic concurrency when editing it.

EventState

DICOM Service event support status.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Setting indicating whether the service has a managed identity associated with it.

IsDataPartitionsEnabled

If data partitions is enabled or not.

KeyEncryptionKeyUri

The URL of the key to use for encryption.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointConnections

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ServiceUri

The url of the Dicom Services.

StorageConfiguration

The configuration of external storage account.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<DicomServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DicomServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DicomServiceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DicomServiceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DicomServiceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to