OperationList Class

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

public final class OperationList

List of possible operations for Microsoft.Security resource provider.

Constructor Summary

Constructor Description
OperationList()

Creates an instance of OperationList 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<OperationInner> value()

Get the value property: List of Security operations.

OperationList withValue(List<OperationInner> value)

Set the value property: List of Security operations.

Methods inherited from java.lang.Object

Constructor Details

OperationList

public OperationList()

Creates an instance of OperationList 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: List of Security operations.

Returns:

the value value.

withValue

public OperationList withValue(List value)

Set the value property: List of Security operations.

Parameters:

value - the value value to set.

Returns:

the OperationList object itself.

Applies to