Interface VirtualNetworkLink.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.WithAutoRegistration<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.WithETagCheck<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.WithReferencedVirtualNetwork<ParentT>
- All Known Subinterfaces:
VirtualNetworkLink.UpdateDefinition<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- VirtualNetworkLink.UpdateDefinitionStages
public static interface VirtualNetworkLink.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, VirtualNetworkLink.UpdateDefinitionStages.WithAutoRegistration<ParentT>, VirtualNetworkLink.UpdateDefinitionStages.WithReferencedVirtualNetwork<ParentT>, VirtualNetworkLink.UpdateDefinitionStages.WithETagCheck<ParentT>
The final stage of the DNS zone record set definition.At this stage, any remaining optional settings can be specified, or the DNS zone record set definition can be attached to the parent traffic manager profile definition using
Attachable.InUpdate.attach().
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.VirtualNetworkLink.UpdateDefinitionStages.WithAutoRegistration
disableAutoRegistration, enableAutoRegistration
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.VirtualNetworkLink.UpdateDefinitionStages.WithETagCheck
withETagCheck
-
Methods inherited from interface com.azure.resourcemanager.privatedns.models.VirtualNetworkLink.UpdateDefinitionStages.WithReferencedVirtualNetwork
withVirtualNetworkId
-
-