IWithSoaRecordAttributes.WithEmailServer(String) 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.
Specifies the email server associated with the SOA record.
public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord WithEmailServer (string emailServerHostName);
abstract member WithEmailServer : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord
Public Function WithEmailServer (emailServerHostName As String) As IUpdateSoaRecord
Parameters
- emailServerHostName
- String
The email server.