Class ConnectorSettingInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.ConnectorSettingInner

public final class ConnectorSettingInner extends com.azure.core.management.ProxyResource
The connector setting.
  • Constructor Details

    • ConnectorSettingInner

      public ConnectorSettingInner()
  • Method Details

    • hybridComputeSettings

      public HybridComputeSettingsProperties hybridComputeSettings()
      Get the hybridComputeSettings property: Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
      Returns:
      the hybridComputeSettings value.
    • withHybridComputeSettings

      public ConnectorSettingInner withHybridComputeSettings(HybridComputeSettingsProperties hybridComputeSettings)
      Set the hybridComputeSettings property: Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
      Parameters:
      hybridComputeSettings - the hybridComputeSettings value to set.
      Returns:
      the ConnectorSettingInner object itself.
    • authenticationDetails

      public AuthenticationDetailsProperties authenticationDetails()
      Get the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.
      Returns:
      the authenticationDetails value.
    • withAuthenticationDetails

      public ConnectorSettingInner withAuthenticationDetails(AuthenticationDetailsProperties authenticationDetails)
      Set the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.
      Parameters:
      authenticationDetails - the authenticationDetails value to set.
      Returns:
      the ConnectorSettingInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.