ICaaRecordSets Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to Caa record sets in a DNS zone.
public interface ICaaRecordSets : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSets<Microsoft.Azure.Management.Dns.Fluent.ICaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Dns.Fluent.ICaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Dns.Fluent.ICaaRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type ICaaRecordSets = interface
interface IDnsRecordSets<ICaaRecordSet>
interface ISupportsListing<ICaaRecordSet>
interface ISupportsGettingByName<ICaaRecordSet>
interface IHasParent<IDnsZone>
Public Interface ICaaRecordSets
Implements IDnsRecordSets(Of ICaaRecordSet), IHasParent(Of IDnsZone), ISupportsGettingByName(Of ICaaRecordSet), ISupportsListing(Of ICaaRecordSet)
- Implements
-
IDnsRecordSets<ICaaRecordSet> ISupportsGettingByName<ICaaRecordSet> ISupportsGettingByName<RecordSetT> ISupportsListing<ICaaRecordSet> ISupportsListing<RecordSetT> IHasParent<IDnsZone>
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, 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>) |
List(String) |
Lists all the record sets with the given suffix. (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
Azure SDK for .NET