你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HybridComputeSettingsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings for hybrid compute management
public class HybridComputeSettingsProperties
type HybridComputeSettingsProperties = class
Public Class HybridComputeSettingsProperties
- Inheritance
-
HybridComputeSettingsProperties
Constructors
HybridComputeSettingsProperties() |
Initializes a new instance of the HybridComputeSettingsProperties class. |
HybridComputeSettingsProperties(String, String, String, String, ProxyServerProperties, ServicePrincipalProperties) |
Initializes a new instance of the HybridComputeSettingsProperties class. |
Properties
AutoProvision |
Gets or sets whether or not to automatically install Azure Arc (hybrid compute) agents on machines Possible values include: 'On', 'Off' |
HybridComputeProvisioningState |
Gets state of the service principal and its secret Possible values include: 'Valid', 'Invalid', 'Expired' |
ProxyServer |
Gets or sets 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 |
Gets or sets the location where the metadata of machines will be stored |
ResourceGroupName |
Gets or sets the name of the resource group where Arc (Hybrid Compute) connectors are connected. |
ServicePrincipal |
Gets or sets an object to access resources that are secured by an Azure AD tenant. |
Methods
Validate() |
Validate the object. |