Class ActiveDirectoryWindowsAutopilotDeploymentProfile

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class ActiveDirectoryWindowsAutopilotDeploymentProfile
    extends WindowsAutopilotDeploymentProfile
    implements com.github.davidmoten.odata.client.ODataEntityType
    “Windows Autopilot Deployment Profile”
    • Field Detail

      • hybridAzureADJoinSkipConnectivityCheck

        protected Boolean hybridAzureADJoinSkipConnectivityCheck
    • Constructor Detail

      • ActiveDirectoryWindowsAutopilotDeploymentProfile

        protected ActiveDirectoryWindowsAutopilotDeploymentProfile()
    • Method Detail

      • builderActiveDirectoryWindowsAutopilotDeploymentProfile

        public static ActiveDirectoryWindowsAutopilotDeploymentProfile.Builder builderActiveDirectoryWindowsAutopilotDeploymentProfile()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class WindowsAutopilotDeploymentProfile
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class WindowsAutopilotDeploymentProfile
      • getHybridAzureADJoinSkipConnectivityCheck

        public Optional<Boolean> getHybridAzureADJoinSkipConnectivityCheck()
        “The Autopilot Hybrid Azure AD join flow will continue even if it does not establish domain controller connectivity during OOBE.”
        Returns:
        property hybridAzureADJoinSkipConnectivityCheck
      • withHybridAzureADJoinSkipConnectivityCheck

        public ActiveDirectoryWindowsAutopilotDeploymentProfile withHybridAzureADJoinSkipConnectivityCheck​(Boolean hybridAzureADJoinSkipConnectivityCheck)
        Returns an immutable copy of this with just the hybridAzureADJoinSkipConnectivityCheck field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The Autopilot Hybrid Azure AD join flow will continue even if it does not establish domain controller connectivity during OOBE.”

        Parameters:
        hybridAzureADJoinSkipConnectivityCheck - new value of hybridAzureADJoinSkipConnectivityCheck field (as defined in service metadata)
        Returns:
        immutable copy of this with just the hybridAzureADJoinSkipConnectivityCheck field changed
      • getDomainJoinConfiguration

        public WindowsDomainJoinConfigurationRequest getDomainJoinConfiguration()
        “Configuration to join Active Directory domain”
        Returns:
        navigational property domainJoinConfiguration
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class WindowsAutopilotDeploymentProfile