TcpScaleRule 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.
Container App container Tcp scaling rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.TcpScaleRuleTypeConverter))]
public class TcpScaleRule : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ITcpScaleRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.TcpScaleRuleTypeConverter))>]
type TcpScaleRule = class
interface ITcpScaleRule
interface IJsonSerializable
Public Class TcpScaleRule
Implements ITcpScaleRule
- Inheritance
-
TcpScaleRule
- Attributes
- Implements
Constructors
TcpScaleRule() |
Creates an new TcpScaleRule instance. |
Properties
Auth |
Authentication secrets for the tcp scale rule. |
Metadata |
Metadata properties to describe tcp scale rule. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TcpScaleRule. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TcpScaleRule. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ITcpScaleRule. |
FromJsonString(String) |
Creates a new instance of TcpScaleRule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TcpScaleRule into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |