DnsExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Dns.
public static class DnsExtensions
type DnsExtensions = class
Public Module DnsExtensions
- Inheritance
-
DnsExtensions
Methods
GetDnsAaaaRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsAaaaRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsAaaaRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsAaaaRecordResource(ResourceIdentifier) instead. |
GetDnsARecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsARecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsARecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsARecordResource(ResourceIdentifier) instead. |
GetDnsCaaRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsCaaRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsCaaRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsCaaRecordResource(ResourceIdentifier) instead. |
GetDnsCnameRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsCnameRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsCnameRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsCnameRecordResource(ResourceIdentifier) instead. |
GetDnsDSRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsDSRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsDSRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsDSRecordResource(ResourceIdentifier) instead. |
GetDnsMXRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsMXRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsMXRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsMXRecordResource(ResourceIdentifier) instead. |
GetDnsNaptrRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsNaptrRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsNaptrRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsNaptrRecordResource(ResourceIdentifier) instead. |
GetDnsNSRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsNSRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsNSRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsNSRecordResource(ResourceIdentifier) instead. |
GetDnsPtrRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsPtrRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsPtrRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsPtrRecordResource(ResourceIdentifier) instead. |
GetDnsResourceReferencesByTargetResources(SubscriptionResource, DnsResourceReferenceContent, CancellationToken) |
Returns the DNS records specified by the referencing targetResourceIds.
|
GetDnsResourceReferencesByTargetResourcesAsync(SubscriptionResource, DnsResourceReferenceContent, CancellationToken) |
Returns the DNS records specified by the referencing targetResourceIds.
|
GetDnssecConfigResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnssecConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DnssecConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnssecConfigResource(ResourceIdentifier) instead. |
GetDnsSoaRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsSoaRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsSoaRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsSoaRecordResource(ResourceIdentifier) instead. |
GetDnsSrvRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsSrvRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsSrvRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsSrvRecordResource(ResourceIdentifier) instead. |
GetDnsTlsaRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsTlsaRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsTlsaRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsTlsaRecordResource(ResourceIdentifier) instead. |
GetDnsTxtRecordResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsTxtRecordResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DnsTxtRecordResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsTxtRecordResource(ResourceIdentifier) instead. |
GetDnsZone(ResourceGroupResource, String, CancellationToken) |
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
|
GetDnsZoneAsync(ResourceGroupResource, String, CancellationToken) |
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
|
GetDnsZoneResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DnsZoneResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DnsZoneResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDnsZoneResource(ResourceIdentifier) instead. |
GetDnsZones(ResourceGroupResource) |
Gets a collection of DnsZoneResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDnsZones() instead. |
GetDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the DNS zones in all resource groups in a subscription.
|
GetDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Lists the DNS zones in all resource groups in a subscription.
|
Applies to
Azure SDK for .NET