ArmAppContainersModelFactory.ContainerAppTcpScaleRule Method
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.
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.
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.