API Reference
Enum
DnsProvider
Defines values for dns provider.
Inheritance
- Enum
- DnsProvider
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DnsInventoryAnalysis.Provider
- Field DnsProvider.AmazonRoute53
- Field DnsProvider.AzureDns
- Field DnsProvider.Cloudflare
- Field DnsProvider.DigitalOcean
- Field DnsProvider.GoDaddy
- Field DnsProvider.GoogleCloudDns
- Field DnsProvider.Namecheap
- Field DnsProvider.Unknown
- Property Match.Provider
- Property DnsInventoryInfo.Provider
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DnsProvider Cloudflare #Display(Name = "Cloudflare")Represents the cloudflare value.
Value:
1public const DnsProvider AmazonRoute53 #Display(Name = "Amazon Route 53")Represents the amazon route53 value.
Value:
2public const DnsProvider AzureDns #Display(Name = "Azure DNS")Represents the azure dns value.
Value:
3public const DnsProvider GoogleCloudDns #Display(Name = "Google Cloud DNS")Represents the google cloud dns value.
Value:
4public const DnsProvider Namecheap #Display(Name = "Namecheap")Represents the namecheap value.
Value:
6public const DnsProvider DigitalOcean #Display(Name = "DigitalOcean")Represents the digital ocean value.
Value:
7