ArmAppContainersModelFactory.ContainerAppTcpScaleRule Method

Definition

Container App container Tcp scaling rule.

public static Azure.ResourceManager.AppContainers.Models.ContainerAppTcpScaleRule ContainerAppTcpScaleRule(System.Collections.Generic.IDictionary<string,string> metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> auth = default, string identity = default);
static member ContainerAppTcpScaleRule : System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> * string -> Azure.ResourceManager.AppContainers.Models.ContainerAppTcpScaleRule
Public Shared Function ContainerAppTcpScaleRule (Optional metadata As IDictionary(Of String, String) = Nothing, Optional auth As IEnumerable(Of ContainerAppScaleRuleAuth) = Nothing, Optional identity As String = Nothing) As ContainerAppTcpScaleRule

Parameters

metadata
IDictionary<String,String>

Metadata properties to describe tcp scale rule.

auth
IEnumerable<ContainerAppScaleRuleAuth>

Authentication secrets for the tcp scale rule.

identity
String

The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.

Returns

A new ContainerAppTcpScaleRule instance for mocking.

Applies to