CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent CDN profile update to return to after attaching this definition
public static interface CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint
The stage of the CDN profile endpoint definition allowing to specify the origin.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withOrigin(String originHostName)
Specifies the origin of the CDN endpoint. |
abstract
With |
withOrigin(String originName, String originHostName)
Specifies the origin of the CDN endpoint. |
Method Details
withOrigin
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the origin of the CDN endpoint.
Parameters:
Returns:
withOrigin
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the origin of the CDN endpoint.
Parameters:
Returns:
Applies to
Azure SDK for Java