IWithDailyUsageQuota Interface

Definition

A function app definition allowing daily usage quota to be specified.

public interface IWithDailyUsageQuota
type IWithDailyUsageQuota = interface
Public Interface IWithDailyUsageQuota
Derived

Methods

WithDailyUsageQuota(Int32)

Specifies the daily usage data cap.

WithoutDailyUsageQuota()

Specifies the daily usage data cap.

Applies to