Class ConnectorSettingProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.ConnectorSettingProperties

public final class ConnectorSettingProperties extends Object
Describes properties of a connector setting.
  • Constructor Details

    • ConnectorSettingProperties

      public ConnectorSettingProperties()
  • 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 ConnectorSettingProperties 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 ConnectorSettingProperties 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 ConnectorSettingProperties 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 ConnectorSettingProperties object itself.
    • validate

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