DicomService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DicomService() |
Initializes a new instance of the DicomService class. |
DicomService(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, DicomServiceAuthenticationConfiguration, String, IList<PrivateEndpointConnection>, String, SystemData) |
Initializes a new instance of the DicomService class. |
DicomService()
Initializes a new instance of the DicomService class.
public DicomService ();
Public Sub New ()
Applies to
DicomService(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, DicomServiceAuthenticationConfiguration, String, IList<PrivateEndpointConnection>, String, SystemData)
Initializes a new instance of the DicomService class.
public DicomService (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration authenticationConfiguration = default, string serviceUrl = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.DicomService : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity * string * Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> * string * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.DicomService
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing, Optional provisioningState As String = Nothing, Optional authenticationConfiguration As DicomServiceAuthenticationConfiguration = Nothing, Optional serviceUrl As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- location
- String
The resource location.
- identity
- ServiceManagedIdentityIdentity
Setting indicating whether the service has a managed identity associated with it.
- provisioningState
- String
The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'
- authenticationConfiguration
- DicomServiceAuthenticationConfiguration
Dicom Service authentication configuration.
- serviceUrl
- String
The url of the Dicom Services.
- privateEndpointConnections
- IList<PrivateEndpointConnection>
The list of private endpoint connections that are set up for this resource.
- publicNetworkAccess
- String
Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: 'Enabled', 'Disabled'
- systemData
- SystemData
Metadata pertaining to creation and last modification of the resource.
Applies to
Azure SDK for .NET