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