Interface SettingList


public interface SettingList
An immutable client-side representation of SettingList.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.SettingListInner object.
    Gets the value property: Array of settings.
  • Method Details

    • value

      List<Settings> value()
      Gets the value property: Array of settings.
      Returns:
      the value value.
    • innerModel

      SettingListInner innerModel()
      Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.SettingListInner object.
      Returns:
      the inner object.