Class DicomServiceProperties


  • public final class DicomServiceProperties
    extends Object
    Dicom Service properties.
    • Constructor Detail

      • DicomServiceProperties

        public DicomServiceProperties()
    • Method Detail

      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state.
        Returns:
        the provisioningState value.
      • authenticationConfiguration

        public DicomServiceAuthenticationConfiguration authenticationConfiguration()
        Get the authenticationConfiguration property: Dicom Service authentication configuration.
        Returns:
        the authenticationConfiguration value.
      • withAuthenticationConfiguration

        public DicomServiceProperties withAuthenticationConfiguration​(DicomServiceAuthenticationConfiguration authenticationConfiguration)
        Set the authenticationConfiguration property: Dicom Service authentication configuration.
        Parameters:
        authenticationConfiguration - the authenticationConfiguration value to set.
        Returns:
        the DicomServiceProperties object itself.
      • serviceUrl

        public String serviceUrl()
        Get the serviceUrl property: The url of the Dicom Services.
        Returns:
        the serviceUrl value.
      • privateEndpointConnections

        public List<PrivateEndpointConnection> privateEndpointConnections()
        Get the privateEndpointConnections property: The list of private endpoint connections that are set up for this resource.
        Returns:
        the privateEndpointConnections value.
      • publicNetworkAccess

        public PublicNetworkAccess publicNetworkAccess()
        Get the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
        Returns:
        the publicNetworkAccess value.
      • withPublicNetworkAccess

        public DicomServiceProperties withPublicNetworkAccess​(PublicNetworkAccess publicNetworkAccess)
        Set the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
        Parameters:
        publicNetworkAccess - the publicNetworkAccess value to set.
        Returns:
        the DicomServiceProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.