HybridComputeSettingsProperties Constructors
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.
Overloads
HybridComputeSettingsProperties() |
Initializes a new instance of the HybridComputeSettingsProperties class. |
HybridComputeSettingsProperties(String, String, String, String, ProxyServerProperties, ServicePrincipalProperties) |
Initializes a new instance of the HybridComputeSettingsProperties class. |
HybridComputeSettingsProperties()
Initializes a new instance of the HybridComputeSettingsProperties class.
public HybridComputeSettingsProperties ();
Public Sub New ()
Applies to
HybridComputeSettingsProperties(String, String, String, String, ProxyServerProperties, ServicePrincipalProperties)
Initializes a new instance of the HybridComputeSettingsProperties class.
public HybridComputeSettingsProperties (string autoProvision, string hybridComputeProvisioningState = default, string resourceGroupName = default, string region = default, Microsoft.Azure.Management.Security.Models.ProxyServerProperties proxyServer = default, Microsoft.Azure.Management.Security.Models.ServicePrincipalProperties servicePrincipal = default);
new Microsoft.Azure.Management.Security.Models.HybridComputeSettingsProperties : string * string * string * string * Microsoft.Azure.Management.Security.Models.ProxyServerProperties * Microsoft.Azure.Management.Security.Models.ServicePrincipalProperties -> Microsoft.Azure.Management.Security.Models.HybridComputeSettingsProperties
Public Sub New (autoProvision As String, Optional hybridComputeProvisioningState As String = Nothing, Optional resourceGroupName As String = Nothing, Optional region As String = Nothing, Optional proxyServer As ProxyServerProperties = Nothing, Optional servicePrincipal As ServicePrincipalProperties = Nothing)
Parameters
- autoProvision
- String
Whether or not to automatically install Azure Arc (hybrid compute) agents on machines Possible values include: 'On', 'Off'
- hybridComputeProvisioningState
- String
State of the service principal and its secret Possible values include: 'Valid', 'Invalid', 'Expired'
- resourceGroupName
- String
The name of the resource group where Arc (Hybrid Compute) connectors are connected.
- region
- String
The location where the metadata of machines will be stored
- proxyServer
- ProxyServerProperties
For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.
- servicePrincipal
- ServicePrincipalProperties
An object to access resources that are secured by an Azure AD tenant.