azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

40 строки
3.8 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Settable.parent()
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithCNameRecordAlias.withAlias(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withEmailServer(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck()
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withExpireTimeInSeconds(long)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address.withIPv4Address(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withIPv6Address(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange.withMailExchange(String,int)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata.withMetadata(String,String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithNSRecordNameServer.withNameServer(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds(long)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address.withoutIPv4Address(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withoutIPv6Address(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange.withoutMailExchange(String,int)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata.withoutMetadata(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithNSRecordNameServer.withoutNameServer(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry.withoutRecord(String,int,int,int)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withoutTargetDomainName(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(List<String>)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry.withRecord(String,int,int,int)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRefreshTimeInSeconds(long)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRetryTimeInSeconds(long)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withSerialNumber(long)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withTargetDomainName(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withText(String)
- com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTtl.withTimeToLive(long)
nameWithType: DnsRecordSet.UpdateCombined
syntax: public interface UpdateCombined extends DnsRecordSet.UpdateARecordSet,DnsRecordSet.UpdateAaaaRecordSet,DnsRecordSet.UpdateCNameRecordSet,DnsRecordSet.UpdateMXRecordSet,DnsRecordSet.UpdatePtrRecordSet,DnsRecordSet.UpdateNSRecordSet,DnsRecordSet.UpdateSrvRecordSet,DnsRecordSet.UpdateTxtRecordSet,DnsRecordSet.UpdateSoaRecord,DnsRecordSet.Update
type: interface
uid: com.microsoft.azure.management.dns.DnsRecordSet.UpdateCombined
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateCombined
name: DnsRecordSet.UpdateCombined
package: com.microsoft.azure.management.dns
summary: <p>The entirety of a record sets update as a part of parent DNS zone update. </p>
metadata: {}