public final class SecurityPolicyListResult extends Object
| Constructor and Description |
|---|
SecurityPolicyListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: URL to get the next set of security policy objects if there is any.
|
void |
validate()
Validates the instance.
|
List<SecurityPolicyInner> |
value()
Get the value property: List of Security policies within a profile.
|
SecurityPolicyListResult |
withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of security policy objects if there is any.
|
public List<SecurityPolicyInner> value()
public String nextLink()
public SecurityPolicyListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.