Class SecurityMLAnalyticsSettingsList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.SecurityMLAnalyticsSettingsList
List all the SecurityMLAnalyticsSettings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of SecurityMLAnalyticsSettings.void
validate()
Validates the instance.value()
Get the value property: Array of SecurityMLAnalyticsSettings.Set the value property: Array of SecurityMLAnalyticsSettings.
-
Constructor Details
-
SecurityMLAnalyticsSettingsList
public SecurityMLAnalyticsSettingsList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of SecurityMLAnalyticsSettings.- Returns:
- the nextLink value.
-
value
Get the value property: Array of SecurityMLAnalyticsSettings.- Returns:
- the value value.
-
withValue
Set the value property: Array of SecurityMLAnalyticsSettings.- Parameters:
value
- the value value to set.- Returns:
- the SecurityMLAnalyticsSettingsList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-