Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable
-
Packages that use PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable Package Description com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable in com.azure.resourcemanager.privatedns.models Modifier and Type Interface Description static interfacePrivateDnsRecordSet.UpdateDefinition<ParentT>The entirety of a DNS zone record set definition as a part of parent update.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable Modifier and Type Method Description PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange. withMailExchange(String mailExchangeHostName, int priority)Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
-