Interface DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<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.WithAttach<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>, DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
The stage of the NS record set definition allowing to add additional NS 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.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.WithNSRecordNameServer
withNameServer
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTtl
withTimeToLive
-
-