public static interface DnsRecordSet.UpdateStages.WithTtl
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.Update |
withTimeToLive(long ttlInSeconds)
Specifies the TTL for the records in the record set.
|
DnsRecordSet.Update withTimeToLive(long ttlInSeconds)
ttlInSeconds - TTL in seconds/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/