HybridComputeSettingsProperties interface
Settings for hybrid compute management
Properties
auto |
Whether or not to automatically install Azure Arc (hybrid compute) agents on machines |
hybrid |
State of the service principal and its secret NOTE: This property will not be serialized. It can only be populated by the server. |
proxy |
For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use. |
region | The location where the metadata of machines will be stored |
resource |
The name of the resource group where Arc (Hybrid Compute) connectors are connected. |
service |
An object to access resources that are secured by an Azure AD tenant. |
Property Details
autoProvision
Whether or not to automatically install Azure Arc (hybrid compute) agents on machines
autoProvision: string
Property Value
string
hybridComputeProvisioningState
State of the service principal and its secret NOTE: This property will not be serialized. It can only be populated by the server.
hybridComputeProvisioningState?: string
Property Value
string
proxyServer
For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.
proxyServer?: ProxyServerProperties
Property Value
region
The location where the metadata of machines will be stored
region?: string
Property Value
string
resourceGroupName
The name of the resource group where Arc (Hybrid Compute) connectors are connected.
resourceGroupName?: string
Property Value
string
servicePrincipal
An object to access resources that are secured by an Azure AD tenant.
servicePrincipal?: ServicePrincipalProperties
Property Value
Azure SDK for JavaScript