Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateSrvRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateSrvRecordSet in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateSrvRecordSet
(String name) Begins the description of an update of an existing SRV record set in this DNS zone.DnsRecordSet.UpdateStages.WithSrvRecordEntry.withoutRecord
(String target, int port, int priority, int weight) Removes a service record for a service.DnsRecordSet.UpdateStages.WithSrvRecordEntry.withRecord
(String target, int port, int priority, int weight) Specifies a service record for a service.