RecordSetT - the record set typepublic interface DnsRecordSets<RecordSetT> extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<RecordSetT>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName<RecordSetT>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<DnsZone>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<RecordSetT> |
list(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
com.microsoft.azure.PagedList<RecordSetT> |
list(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
com.microsoft.azure.PagedList<RecordSetT> |
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.
|
rx.Observable<RecordSetT> |
listAsync(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
rx.Observable<RecordSetT> |
listAsync(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
rx.Observable<RecordSetT> |
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, listAsynccom.microsoft.azure.PagedList<RecordSetT> list(String recordSetNameSuffix)
recordSetNameSuffix - the record set name suffixcom.microsoft.azure.PagedList<RecordSetT> list(int pageSize)
pageSize - the maximum number of record sets in a pagecom.microsoft.azure.PagedList<RecordSetT> list(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix - the record set name suffixpageSize - the maximum number of record sets in a pagerx.Observable<RecordSetT> listAsync(String recordSetNameSuffix)
recordSetNameSuffix - the record set name suffixrx.Observable<RecordSetT> listAsync(int pageSize)
pageSize - the maximum number of record sets in a pagerx.Observable<RecordSetT> listAsync(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix - the record set name suffixpageSize - the maximum number of record sets in a page/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/