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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET