Class NetworkSecurityPerimeterConfigurationList
java.lang.Object
com.azure.resourcemanager.storage.models.NetworkSecurityPerimeterConfigurationList
Result of the List Network Security Perimeter configuration operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkSecurityPerimeterConfigurationList class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI that can be used to request the next set of paged results.voidvalidate()Validates the instance.value()Get the value property: A collection of Network Security Perimeter configurations.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next set of paged results.
-
Constructor Details
-
NetworkSecurityPerimeterConfigurationList
public NetworkSecurityPerimeterConfigurationList()Creates an instance of NetworkSecurityPerimeterConfigurationList class.
-
-
Method Details
-
value
Get the value property: A collection of Network Security Perimeter configurations.- Returns:
- the value value.
-
nextLink
Get the nextLink property: The URI that can be used to request the next set of paged results.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI that can be used to request the next set of paged results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the NetworkSecurityPerimeterConfigurationList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-