Interface CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<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.StandardEndpoint<ParentT>
The stage of the CDN profile endpoint definition allowing to specify the origin.
-
Method Summary
Modifier and TypeMethodDescriptionwithOrigin
(String originHostName) Specifies the origin of the CDN endpoint.withOrigin
(String originName, String originHostName) Specifies the origin of the CDN endpoint.
-
Method Details
-
withOrigin
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> withOrigin(String originName, String originHostName) Specifies the origin of the CDN endpoint.- Parameters:
originName
- name of the origin.originHostName
- origin host name.- Returns:
- the next stage of the definition
-
withOrigin
Specifies the origin of the CDN endpoint.- Parameters:
originHostName
- origin host name.- Returns:
- the next stage of the definition
-