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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET