DeviceSecurityGroupList Class

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

public final class DeviceSecurityGroupList

List of device security groups.

Constructor Summary

Constructor Description
DeviceSecurityGroupList()

Creates an instance of DeviceSecurityGroupList 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<DeviceSecurityGroupInner> value()

Get the value property: List of device security group objects.

DeviceSecurityGroupList withValue(List<DeviceSecurityGroupInner> value)

Set the value property: List of device security group objects.

Methods inherited from java.lang.Object

Constructor Details

DeviceSecurityGroupList

public DeviceSecurityGroupList()

Creates an instance of DeviceSecurityGroupList 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 device security group objects.

Returns:

the value value.

withValue

public DeviceSecurityGroupList withValue(List value)

Set the value property: List of device security group objects.

Parameters:

value - the value value to set.

Returns:

the DeviceSecurityGroupList object itself.

Applies to