PrivateRecordSetT - the record set typepublic interface PrivateDnsRecordSets<PrivateRecordSetT> extends SupportsListing<PrivateRecordSetT>, SupportsGettingByName<PrivateRecordSetT>, HasParent<PrivateDnsZone>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<PrivateRecordSetT> |
list(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
com.azure.core.http.rest.PagedIterable<PrivateRecordSetT> |
list(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
com.azure.core.http.rest.PagedIterable<PrivateRecordSetT> |
list(String recordSetNameSuffix,
int pageSize)
Lists all the record sets with the given suffix, also limits the number of entries per page to the given page
size.
|
com.azure.core.http.rest.PagedFlux<PrivateRecordSetT> |
listAsync(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
com.azure.core.http.rest.PagedFlux<PrivateRecordSetT> |
listAsync(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
com.azure.core.http.rest.PagedFlux<PrivateRecordSetT> |
listAsync(String recordSetNameSuffix,
int pageSize)
Lists all the record sets with the given suffix, also limits the number of entries per page to the given page
size.
|
list, listAsyncgetByName, getByNameAsynccom.azure.core.http.rest.PagedIterable<PrivateRecordSetT> list(String recordSetNameSuffix)
recordSetNameSuffix - the record set name suffixcom.azure.core.http.rest.PagedIterable<PrivateRecordSetT> list(int pageSize)
pageSize - the maximum number of record sets in a pagecom.azure.core.http.rest.PagedIterable<PrivateRecordSetT> list(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix - the record set name suffixpageSize - the maximum number of record sets in a pagecom.azure.core.http.rest.PagedFlux<PrivateRecordSetT> listAsync(String recordSetNameSuffix)
recordSetNameSuffix - the record set name suffixPagedFlux of record setscom.azure.core.http.rest.PagedFlux<PrivateRecordSetT> listAsync(int pageSize)
pageSize - the maximum number of record sets in a pagePagedFlux of record setscom.azure.core.http.rest.PagedFlux<PrivateRecordSetT> listAsync(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix - the record set name suffixpageSize - the maximum number of record sets in a pagePagedFlux of record setsCopyright © 2020 Microsoft Corporation. All rights reserved.