Package-level declarations
Types
Link copied to clipboard
A HealthDataAIServicesProviderHub resource Uses Azure REST API version 2024-02-28-preview. Other available API versions: 2024-09-20.
Link copied to clipboard
data class DeidServiceArgs(val deidServiceName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<DeidServicePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DeidServiceArgs>
A HealthDataAIServicesProviderHub resource Uses Azure REST API version 2024-02-28-preview. Other available API versions: 2024-09-20.
Link copied to clipboard
class DeidServiceArgsBuilder
Builder for DeidServiceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for DeidService.
Link copied to clipboard
Link copied to clipboard
Holder for private endpoint connections Uses Azure REST API version 2024-02-28-preview. Other available API versions: 2024-09-20.
Link copied to clipboard
data class PrivateEndpointConnectionArgs(val deidServiceName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>
Holder for private endpoint connections Uses Azure REST API version 2024-02-28-preview. Other available API versions: 2024-09-20.
Link copied to clipboard
Builder for PrivateEndpointConnectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateEndpointConnection.
Functions
Link copied to clipboard
suspend fun deidService(name: String, block: suspend DeidServiceResourceBuilder.() -> Unit): DeidService
Link copied to clipboard
suspend fun privateEndpointConnection(name: String, block: suspend PrivateEndpointConnectionResourceBuilder.() -> Unit): PrivateEndpointConnection