Interface CdnEndpoint.UpdateDefinitionStages.AttachableStandard<ParentT>
- Type Parameters:
ParentT
- the stage of the parent CDN profile update to return to after attaching this definition
- All Known Subinterfaces:
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>
- Enclosing interface:
- CdnEndpoint.UpdateDefinitionStages
public static interface CdnEndpoint.UpdateDefinitionStages.AttachableStandard<ParentT>
The final stage of the Standard endpoint object definition, at which it can be attached to the parent.
-
Method Summary
-
Method Details
-
attach
ParentT attach()Attaches the endpoint definition to the parent CDN profile update.- Returns:
- the stage of the parent CDN profile update to return to after attaching this definition
-