FrontDoorOriginCapacitySettings Class
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.
Origin capacity settings for an origin.
public class FrontDoorOriginCapacitySettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorOriginCapacitySettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorOriginCapacitySettings>
type FrontDoorOriginCapacitySettings = class
interface IJsonModel<FrontDoorOriginCapacitySettings>
interface IPersistableModel<FrontDoorOriginCapacitySettings>
Public Class FrontDoorOriginCapacitySettings
Implements IJsonModel(Of FrontDoorOriginCapacitySettings), IPersistableModel(Of FrontDoorOriginCapacitySettings)
- Inheritance
-
FrontDoorOriginCapacitySettings
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorOriginCapacitySettings() |
Initializes a new instance of FrontDoorOriginCapacitySettings. |
Properties
| Name | Description |
|---|---|
| Enabled |
Whether to enable origin capacity for a specific origin. |
| OriginIngressRateThreshold |
The ingress rate limit threshold for an origin per minute in bytes. |
| OriginRequestRateThreshold |
The request rate limit threshold for an origin per minute. |
| Region |
The nearest origin capacity pop region for an origin. |