你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TcpScaleRule Class

Definition

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()

Applies to