Aracılığıyla paylaş


ITemplate Interface

Definition

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

Applies to