IMXRecordSets 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 MX record sets in an Azure DNS zone.
public interface IMXRecordSets : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSets<Microsoft.Azure.Management.Dns.Fluent.IMXRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Dns.Fluent.IMXRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Dns.Fluent.IMXRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IMXRecordSets = interface
interface IDnsRecordSets<IMXRecordSet>
interface ISupportsListing<IMXRecordSet>
interface ISupportsGettingByName<IMXRecordSet>
interface IHasParent<IDnsZone>
Public Interface IMXRecordSets
Implements IDnsRecordSets(Of IMXRecordSet), IHasParent(Of IDnsZone), ISupportsGettingByName(Of IMXRecordSet), ISupportsListing(Of IMXRecordSet)
- Implements
-
IDnsRecordSets<IMXRecordSet> ISupportsGettingByName<IMXRecordSet> ISupportsGettingByName<RecordSetT> ISupportsListing<IMXRecordSet> 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>) |