Class HybridComputeSettingsPropertiesResponse


  • public final class HybridComputeSettingsPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • autoProvision

        public java.lang.String autoProvision()
        Returns:
        Whether or not to automatically install Azure Arc (hybrid compute) agents on machines
      • hybridComputeProvisioningState

        public java.lang.String hybridComputeProvisioningState()
        Returns:
        State of the service principal and its secret
      • proxyServer

        public java.util.Optional<ProxyServerPropertiesResponse> proxyServer()
        Returns:
        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

        public java.util.Optional<java.lang.String> region()
        Returns:
        The location where the metadata of machines will be stored
      • resourceGroupName

        public java.util.Optional<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group where Arc (Hybrid Compute) connectors are connected.
      • servicePrincipal

        public java.util.Optional<ServicePrincipalPropertiesResponse> servicePrincipal()
        Returns:
        An object to access resources that are secured by an Azure AD tenant.