ITemplate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TemplateTypeConverter))]
public interface ITemplate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TemplateTypeConverter))>]
type ITemplate = interface
interface IJsonSerializable
Public Interface ITemplate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Container |
List of container definitions for the Container App. |
DaprAppId |
Dapr application identifier |
DaprAppPort |
Port on which the Dapr side car |
DaprComponent |
Collection of Dapr components |
DaprEnabled |
Boolean indicating if the Dapr side car is enabled |
RevisionSuffix |
User friendly suffix that is appended to the revision name |
ScaleMaxReplica |
Optional. Maximum number of container replicas. Defaults to 10 if not set. |
ScaleMinReplica |
Optional. Minimum number of container replicas. |
ScaleRule |
Scaling rules. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |