PrivateZoneListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.privatedns.models.PrivateZoneListResult

public final class PrivateZoneListResult

The response to a Private DNS zone list operation.

Constructor Summary

Constructor Description
PrivateZoneListResult()

Creates an instance of PrivateZoneListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The continuation token for the next page of results.

void validate()

Validates the instance.

List<PrivateZoneInner> value()

Get the value property: Information about the Private DNS zones.

PrivateZoneListResult withValue(List<PrivateZoneInner> value)

Set the value property: Information about the Private DNS zones.

Methods inherited from java.lang.Object

Constructor Details

PrivateZoneListResult

public PrivateZoneListResult()

Creates an instance of PrivateZoneListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The continuation token for the next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Information about the Private DNS zones.

Returns:

the value value.

withValue

public PrivateZoneListResult withValue(List value)

Set the value property: Information about the Private DNS zones.

Parameters:

value - the value value to set.

Returns:

the PrivateZoneListResult object itself.

Applies to