ArmCommunicationModelFactory.VerificationDnsRecord Method
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.
Initializes a new instance of VerificationDnsRecord.
public static Azure.ResourceManager.Communication.Models.VerificationDnsRecord VerificationDnsRecord (string dnsRecordType = default, string name = default, string value = default, int? timeToLiveInSeconds = default);
static member VerificationDnsRecord : string * string * string * Nullable<int> -> Azure.ResourceManager.Communication.Models.VerificationDnsRecord
Public Shared Function VerificationDnsRecord (Optional dnsRecordType As String = Nothing, Optional name As String = Nothing, Optional value As String = Nothing, Optional timeToLiveInSeconds As Nullable(Of Integer) = Nothing) As VerificationDnsRecord
Parameters
- dnsRecordType
- String
Type of the DNS record. Example: TXT.
- name
- String
Name of the DNS record.
- value
- String
Value of the DNS record.
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
Returns
A new VerificationDnsRecord instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET