HybridComputeSettingsPropertiesArgs

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
constructor(autoProvision: Output<Either<String, AutoProvision>>, proxyServer: Output<ProxyServerPropertiesArgs>? = null, region: Output<String>? = null, resourceGroupName: Output<String>? = null, servicePrincipal: Output<ServicePrincipalPropertiesArgs>? = null)

Properties

Link copied to clipboard
val autoProvision: Output<Either<String, AutoProvision>>

Whether or not to automatically install Azure Arc (hybrid compute) agents on machines

Link copied to clipboard

For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.

Link copied to clipboard
val region: Output<String>? = null

The location where the metadata of machines will be stored

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group where Arc (Hybrid Compute) connectors are connected.

Link copied to clipboard

An object to access resources that are secured by an Azure AD tenant.

Functions

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