次の方法で共有


Template コンストラクター

定義

オーバーロード

Template()

Template クラスの新しいインスタンスを初期化します。

Template(String, IList<Container>, Scale, Dapr)

Template クラスの新しいインスタンスを初期化します。

Template()

Template クラスの新しいインスタンスを初期化します。

public Template();
Public Sub New ()

適用対象

Template(String, IList<Container>, Scale, Dapr)

Template クラスの新しいインスタンスを初期化します。

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)

パラメーター

revisionSuffix
String

リビジョン名に追加されるわかりやすいサフィックス

containers
IList<Container>

コンテナー アプリのコンテナー定義の一覧。

scale
Scale

コンテナー アプリのプロパティのスケーリング。

dapr
Dapr

コンテナー アプリの Dapr 構成。

適用対象