次の方法で共有


DicomService Class

Definition

The description of Dicom Service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServiceTypeConverter))]
public class DicomService : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServiceTypeConverter))>]
type DicomService = class
    interface IDicomService
    interface IJsonSerializable
    interface ITaggedResource
    interface IResourceTags1
    interface ILocationBasedResource
    interface IResourceCore
    interface IServiceManagedIdentity
    interface IValidates
Public Class DicomService
Implements IDicomService, IValidates
Inheritance
DicomService
Attributes
Implements

Constructors

DicomService()

Creates an new DicomService instance.

Properties

AuthenticationConfigurationAudience

The audiences for the service

AuthenticationConfigurationAuthority

The authority url for the service

Etag

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

Id

The resource identifier.

Identity

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

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Location

The resource location.

Name

The resource name.

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.

ResourceGroupName

Gets the resource group name

ServiceUrl

The url of the Dicom Services.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DicomService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DicomService.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DicomService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to