IWithPremiumAttach<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The final stage of a CDN profile Premium Verizon endpoint definition. At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition.
public interface IWithPremiumAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IAttachablePremium<ParentT>
type IWithPremiumAttach<'ParentT> = interface
interface IAttachablePremium<'ParentT>
Public Interface IWithPremiumAttach(Of ParentT)
Implements IAttachablePremium(Of ParentT)
Type Parameters
- ParentT
The stage of the parent CDN profile update to return to after attaching this definition.
- Implements
Methods
Attach() |
Attaches the endpoint definition to the parent CDN profile update. (Inherited from IAttachablePremium<ParentT>) |
WithCustomDomain(String) |
Adds a new CDN custom domain within an endpoint. |
WithHostHeader(String) |
Specifies the host header. |
WithHttpAllowed(Boolean) |
Specifies if HTTP traffic is allowed. |
WithHttpPort(Int32) |
Specifies the port for HTTP traffic. |
WithHttpsAllowed(Boolean) |
Specifies if HTTPS traffic is allowed. |
WithHttpsPort(Int32) |
Specifies the port for HTTPS traffic. |
WithOriginPath(String) |
Specifies the origin path. |
Applies to
Azure SDK for .NET