ArmAppContainersModelFactory.ContainerAppHttpScaleRule 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 Http scaling rule.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppHttpScaleRule ContainerAppHttpScaleRule(System.Collections.Generic.IDictionary<string,string> metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> auth = default, string identity = default);
static member ContainerAppHttpScaleRule : System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> * string -> Azure.ResourceManager.AppContainers.Models.ContainerAppHttpScaleRule
Public Shared Function ContainerAppHttpScaleRule (Optional metadata As IDictionary(Of String, String) = Nothing, Optional auth As IEnumerable(Of ContainerAppScaleRuleAuth) = Nothing, Optional identity As String = Nothing) As ContainerAppHttpScaleRule
Parameters
- metadata
- IDictionary<String,String>
Metadata properties to describe http scale rule.
Authentication secrets for the custom 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 ContainerAppHttpScaleRule instance for mocking.