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
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
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
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.