Uses of Interface
com.microsoft.azure.management.cdn.CdnEndpoint.UpdatePremiumEndpoint
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CdnEndpoint.UpdatePremiumEndpoint in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.updatePremiumEndpoint
(String name) Begins the description of an update of an existing endpoint in current Premium Verizon profile.CdnEndpoint.UpdatePremiumEndpoint.withCustomDomain
(String hostName) Adds a new CDN custom domain within an endpoint.CdnEndpoint.UpdatePremiumEndpoint.withHostHeader
(String hostHeader) Specifies the host header.CdnEndpoint.UpdatePremiumEndpoint.withHttpAllowed
(boolean httpAllowed) Specifies if HTTP traffic is allowed.CdnEndpoint.UpdatePremiumEndpoint.withHttpPort
(int httpPort) Specifies the port for HTTP traffic.CdnEndpoint.UpdatePremiumEndpoint.withHttpsAllowed
(boolean httpsAllowed) Specifies if HTTPS traffic is allowed.CdnEndpoint.UpdatePremiumEndpoint.withHttpsPort
(int httpsPort) Specifies the port for HTTPS traffic.CdnEndpoint.UpdatePremiumEndpoint.withOriginPath
(String originPath) Specifies the origin path.CdnEndpoint.UpdatePremiumEndpoint.withoutCustomDomain
(String hostName) Removes CDN custom domain within an endpoint.