Interface PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithETagCheck<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithMetadata<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithTtl<ParentT>
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT> extends PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>, PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>
The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithETagCheck
withETagCheck
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithMetadata
withMetadata
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchange
withMailExchange
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithTtl
withTimeToLive
-
-