AutomationList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AutomationList

public final class AutomationList

List of security automations response.

Constructor Summary

Constructor Description
AutomationList()

Creates an instance of AutomationList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<AutomationInner> value()

Get the value property: The list of security automations under the given scope.

AutomationList withValue(List<AutomationInner> value)

Set the value property: The list of security automations under the given scope.

Methods inherited from java.lang.Object

Constructor Details

AutomationList

public AutomationList()

Creates an instance of AutomationList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of security automations under the given scope.

Returns:

the value value.

withValue

public AutomationList withValue(List value)

Set the value property: The list of security automations under the given scope.

Parameters:

value - the value value to set.

Returns:

the AutomationList object itself.

Applies to