Hybrid Compute Settings Properties Args
data class HybridComputeSettingsPropertiesArgs(val autoProvision: Output<Either<String, AutoProvision>>, val proxyServer: Output<ProxyServerPropertiesArgs>? = null, val region: Output<String>? = null, val resourceGroupName: Output<String>? = null, val servicePrincipal: Output<ServicePrincipalPropertiesArgs>? = null) : ConvertibleToJava<HybridComputeSettingsPropertiesArgs>
Settings for hybrid compute management
Constructors
Link copied to clipboard
fun HybridComputeSettingsPropertiesArgs(autoProvision: Output<Either<String, AutoProvision>>, proxyServer: Output<ProxyServerPropertiesArgs>? = null, region: Output<String>? = null, resourceGroupName: Output<String>? = null, servicePrincipal: Output<ServicePrincipalPropertiesArgs>? = null)