ContainerThrottlingData 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContainerThrottlingDataTypeConverter))]
public class ContainerThrottlingData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContainerThrottlingData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContainerThrottlingDataTypeConverter))>]
type ContainerThrottlingData = class
interface IContainerThrottlingData
interface IJsonSerializable
Public Class ContainerThrottlingData
Implements IContainerThrottlingData
- Inheritance
-
ContainerThrottlingData
- Attributes
- Implements
Constructors
ContainerThrottlingData() |
Creates an new ContainerThrottlingData instance. |
Properties
Period | |
ThrottledPeriod | |
ThrottledTime |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerThrottlingData. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerThrottlingData. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContainerThrottlingData. |
FromJsonString(String) |
Creates a new instance of ContainerThrottlingData, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerThrottlingData into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |