Aracılığıyla paylaş


HybridComputeSettingsProperties Class

Definition

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.

Applies to