FileUploadsNotInAllowedRange 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.
Number of file uploads is not in allowed range.
public class FileUploadsNotInAllowedRange : Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule
public class FileUploadsNotInAllowedRange : Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.FileUploadsNotInAllowedRange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.FileUploadsNotInAllowedRange>
type FileUploadsNotInAllowedRange = class
inherit TimeWindowCustomAlertRule
type FileUploadsNotInAllowedRange = class
inherit TimeWindowCustomAlertRule
interface IJsonModel<FileUploadsNotInAllowedRange>
interface IPersistableModel<FileUploadsNotInAllowedRange>
Public Class FileUploadsNotInAllowedRange
Inherits TimeWindowCustomAlertRule
Public Class FileUploadsNotInAllowedRange
Inherits TimeWindowCustomAlertRule
Implements IJsonModel(Of FileUploadsNotInAllowedRange), IPersistableModel(Of FileUploadsNotInAllowedRange)
- Inheritance
-
FileUploadsNotInAllowedRange
- Implements
Constructors
FileUploadsNotInAllowedRange(Boolean, Int32, Int32, TimeSpan) |
Initializes a new instance of FileUploadsNotInAllowedRange. |
Properties
Description |
The description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
The display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Status of the custom alert. (Inherited from CustomAlertRule) |
MaxThreshold |
The maximum threshold. (Inherited from ThresholdCustomAlertRule) |
MinThreshold |
The minimum threshold. (Inherited from ThresholdCustomAlertRule) |
TimeWindowSize |
The time window size in iso8601 format. (Inherited from TimeWindowCustomAlertRule) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET