Template Constructors
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.
Overloads
Template() |
Initializes a new instance of the Template class. |
Template(String, IList<Container>, Scale, Dapr) |
Initializes a new instance of the Template class. |
Template()
Initializes a new instance of the Template class.
public Template ();
Public Sub New ()
Applies to
Template(String, IList<Container>, Scale, Dapr)
Initializes a new instance of the Template class.
public Template (string revisionSuffix = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Container> containers = default, Microsoft.Azure.Management.WebSites.Models.Scale scale = default, Microsoft.Azure.Management.WebSites.Models.Dapr dapr = default);
new Microsoft.Azure.Management.WebSites.Models.Template : string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Container> * Microsoft.Azure.Management.WebSites.Models.Scale * Microsoft.Azure.Management.WebSites.Models.Dapr -> Microsoft.Azure.Management.WebSites.Models.Template
Public Sub New (Optional revisionSuffix As String = Nothing, Optional containers As IList(Of Container) = Nothing, Optional scale As Scale = Nothing, Optional dapr As Dapr = Nothing)
Parameters
- revisionSuffix
- String
User friendly suffix that is appended to the revision name
- scale
- Scale
Scaling properties for the Container App.
- dapr
- Dapr
Dapr configuration for the Container App.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.