Package-level declarations
Types
Link copied to clipboard
data class EndpointArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, CreatedByType>>? = null, val endpointName: Output<String>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, CreatedByType>>? = null, val properties: Output<EndpointPropertiesArgs>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<EndpointArgs>
The endpoint for the target resource. Azure REST API version: 2023-03-15. Prior API version in Azure Native 1.x: 2022-05-01-preview. Other available API versions: 2022-05-01-preview.
Link copied to clipboard
class EndpointArgsBuilder
Builder for EndpointArgs.
Link copied to clipboard
Link copied to clipboard
class EndpointResourceBuilder
Builder for Endpoint.
Link copied to clipboard
object HybridconnectivityFunctions
Link copied to clipboard
The service configuration details associated with the target resource. Azure REST API version: 2023-03-15.
Link copied to clipboard
data class ServiceConfigurationArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, CreatedByType>>? = null, val endpointName: Output<String>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, CreatedByType>>? = null, val port: Output<Double>? = null, val resourceId: Output<String>? = null, val resourceUri: Output<String>? = null, val serviceConfigurationName: Output<String>? = null, val serviceName: Output<Either<String, ServiceName>>? = null) : ConvertibleToJava<ServiceConfigurationArgs>
The service configuration details associated with the target resource. Azure REST API version: 2023-03-15.
Link copied to clipboard
Builder for ServiceConfigurationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServiceConfiguration.
Functions
Link copied to clipboard
suspend fun serviceConfiguration(name: String, block: suspend ServiceConfigurationResourceBuilder.() -> Unit): ServiceConfiguration