BackendPropertiesArgs

data class BackendPropertiesArgs(val serviceFabricCluster: Output<BackendServiceFabricClusterPropertiesArgs>? = null) : ConvertibleToJava<BackendPropertiesArgs>

Properties specific to the Backend Type.

Constructors

Link copied to clipboard
constructor(serviceFabricCluster: Output<BackendServiceFabricClusterPropertiesArgs>? = null)

Properties

Link copied to clipboard

Backend Service Fabric Cluster Properties

Functions

Link copied to clipboard
open override fun toJava(): BackendPropertiesArgs