IUpdatePremiumEndpoint 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 stage of an CDN profile endpoint update allowing to specify endpoint properties.
public interface IUpdatePremiumEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Update.IUpdate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type IUpdatePremiumEndpoint = interface
interface IUpdate
interface ISettable<IUpdate>
Public Interface IUpdatePremiumEndpoint
Implements ISettable(Of IUpdate), IUpdate
- Implements
Methods
Parent() | (Inherited from ISettable<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. |
WithoutCustomDomain(String) |
Removes CDN custom domain within an endpoint. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET