Interface DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>, DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address
withIPv4Address
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithETagCheck
withETagCheck
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMetadata
withMetadata
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTtl
withTimeToLive
-
-