IDnsRecordSets<RecordSetT> Interface

Definition

Base interface for all record sets.

public interface IDnsRecordSets<RecordSetT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<RecordSetT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<RecordSetT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IDnsRecordSets<'RecordSetT> = interface
    interface ISupportsListing<'RecordSetT>
    interface ISupportsGettingByName<'RecordSetT>
    interface IHasParent<IDnsZone>
Public Interface IDnsRecordSets(Of RecordSetT)
Implements IHasParent(Of IDnsZone), ISupportsGettingByName(Of RecordSetT), ISupportsListing(Of RecordSetT)

Type Parameters

RecordSetT

The record set type.

Derived
Implements

Properties

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Methods

GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
List(Int32)

Lists all the record sets, with number of entries in each page limited to given size.

List(String)

Lists all the record sets with the given suffix.

List(String, Int32)

Lists all the record sets with the given suffix, also limits the number of entries per page to the given page size.

ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Int32, Boolean, CancellationToken)

Lists all the record sets, with number of entries in each page limited to given size.

ListAsync(String, Boolean, CancellationToken)

Lists all the record sets with the given suffix.

ListAsync(String, Int32, Boolean, CancellationToken)

Lists all the record sets with the given suffix, also limits the number of entries per page to the given page size.

Applies to