Uses of Interface
com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach
Packages that use CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CdnEndpoint.UpdateDefinitionStages.WithPremiumAttachModifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint(String name, String endpointOriginHostname) Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withCustomDomain(String hostName) Adds a new CDN custom domain within an endpoint.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withHostHeader(String hostHeader) Specifies the host header.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withHttpAllowed(boolean httpAllowed) Specifies if HTTP traffic is allowed.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withHttpPort(int httpPort) Specifies the port for HTTP traffic.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withHttpsAllowed(boolean httpsAllowed) Specifies if HTTPS traffic is allowed.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withHttpsPort(int httpsPort) Specifies the port for HTTPS traffic.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach.withOriginPath(String originPath) Specifies the origin path.CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint.withPremiumOrigin(String originHostName) Specifies the origin of the CDN endpoint.CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint.withPremiumOrigin(String originName, String originHostName) Specifies the origin of the CDN endpoint.