StatusCodesRangeBasedTrigger 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.
Trigger based on range of status codes.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.StatusCodesRangeBasedTriggerTypeConverter))]
public class StatusCodesRangeBasedTrigger : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IStatusCodesRangeBasedTrigger
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.StatusCodesRangeBasedTriggerTypeConverter))>]
type StatusCodesRangeBasedTrigger = class
interface IStatusCodesRangeBasedTrigger
interface IJsonSerializable
Public Class StatusCodesRangeBasedTrigger
Implements IStatusCodesRangeBasedTrigger
- Inheritance
-
StatusCodesRangeBasedTrigger
- Attributes
- Implements
Constructors
StatusCodesRangeBasedTrigger() |
Creates an new StatusCodesRangeBasedTrigger instance. |
Properties
Count |
Request Count. |
Path | |
StatusCode |
HTTP status code. |
TimeInterval |
Time interval. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StatusCodesRangeBasedTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StatusCodesRangeBasedTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IStatusCodesRangeBasedTrigger. |
FromJsonString(String) |
Creates a new instance of StatusCodesRangeBasedTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StatusCodesRangeBasedTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |