Interface CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent CDN profile update to return to after attaching this definition
- Enclosing interface:
- CdnEndpoint.UpdateDefinitionStages.Blank
public static interface CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>The stage of the CDN profile endpoint definition allowing to specify the origin for CDN Profile with the Premium Verizon SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>withPremiumOrigin(String originHostName)Specifies the origin of the CDN endpoint.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>withPremiumOrigin(String originName, String originHostName)Specifies the origin of the CDN endpoint.
-
-
-
Method Detail
-
withPremiumOrigin
CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withPremiumOrigin(String originName, String originHostName)
Specifies the origin of the CDN endpoint.- Parameters:
originName- name of the originoriginHostName- origin host name- Returns:
- the next stage of the definition
-
withPremiumOrigin
CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withPremiumOrigin(String originHostName)
Specifies the origin of the CDN endpoint.- Parameters:
originHostName- origin host name- Returns:
- the next stage of the definition
-
-