Class PrivateDnsZoneGroupListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.PrivateDnsZoneGroupListResult
-
public final class PrivateDnsZoneGroupListResult extends Object
Response for the ListPrivateDnsZoneGroups API service call.
-
-
Constructor Summary
Constructors Constructor Description PrivateDnsZoneGroupListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<PrivateDnsZoneGroupInner>value()Get the value property: A list of private dns zone group resources in a private endpoint.PrivateDnsZoneGroupListResultwithValue(List<PrivateDnsZoneGroupInner> value)Set the value property: A list of private dns zone group resources in a private endpoint.
-
-
-
Method Detail
-
value
public List<PrivateDnsZoneGroupInner> value()
Get the value property: A list of private dns zone group resources in a private endpoint.- Returns:
- the value value.
-
withValue
public PrivateDnsZoneGroupListResult withValue(List<PrivateDnsZoneGroupInner> value)
Set the value property: A list of private dns zone group resources in a private endpoint.- Parameters:
value- the value value to set.- Returns:
- the PrivateDnsZoneGroupListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-