IAaaaRecordSets Interface

Definition

Entry point to AAAA record sets in a DNS zone.

public interface IAaaaRecordSets : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSets<Microsoft.Azure.Management.Dns.Fluent.IAaaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Dns.Fluent.IAaaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Dns.Fluent.IAaaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IAaaaRecordSets = interface
    interface IDnsRecordSets<IAaaaRecordSet>
    interface ISupportsListing<IAaaaRecordSet>
    interface ISupportsGettingByName<IAaaaRecordSet>
    interface IHasParent<IDnsZone>
Public Interface IAaaaRecordSets
Implements IDnsRecordSets(Of IAaaaRecordSet), IHasParent(Of IDnsZone), ISupportsGettingByName(Of IAaaaRecordSet), ISupportsListing(Of IAaaaRecordSet)
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.

(Inherited from IDnsRecordSets<RecordSetT>)
List(String)

Lists all the record sets with the given suffix.

(Inherited from IDnsRecordSets<RecordSetT>)
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.

(Inherited from IDnsRecordSets<RecordSetT>)
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.

(Inherited from IDnsRecordSets<RecordSetT>)
ListAsync(String, Boolean, CancellationToken)

Lists all the record sets with the given suffix.

(Inherited from IDnsRecordSets<RecordSetT>)
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.

(Inherited from IDnsRecordSets<RecordSetT>)

Applies to