ParentT - the stage of the parent CDN profile definition to return to after attaching this definitionpublic static interface CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT>
| Modifier and Type | Method and Description |
|---|---|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
withPremiumOrigin(String originHostName)
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
withPremiumOrigin(String originName,
String originHostName)
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> withPremiumOrigin(String originName, String originHostName)
originName - name of the originoriginHostName - origin hostnameCdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> withPremiumOrigin(String originHostName)
originHostName - origin hostname/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/