Hybrid Compute Settings Properties Response
data class HybridComputeSettingsPropertiesResponse(val autoProvision: String, val hybridComputeProvisioningState: String, val proxyServer: ProxyServerPropertiesResponse? = null, val region: String? = null, val resourceGroupName: String? = null, val servicePrincipal: ServicePrincipalPropertiesResponse? = null)
Settings for hybrid compute management
Constructors
Link copied to clipboard
constructor(autoProvision: String, hybridComputeProvisioningState: String, proxyServer: ProxyServerPropertiesResponse? = null, region: String? = null, resourceGroupName: String? = null, servicePrincipal: ServicePrincipalPropertiesResponse? = null)
Properties
Link copied to clipboard
Whether or not to automatically install Azure Arc (hybrid compute) agents on machines
Link copied to clipboard
State of the service principal and its secret
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.