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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET