次の方法で共有


ContainerResources コンストラクター

定義

オーバーロード

ContainerResources()

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

ContainerResources(Nullable<Double>, String)

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

ContainerResources()

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

public ContainerResources ();
Public Sub New ()

適用対象

ContainerResources(Nullable<Double>, String)

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

public ContainerResources (double? cpu = default, string memory = default);
new Microsoft.Azure.Management.WebSites.Models.ContainerResources : Nullable<double> * string -> Microsoft.Azure.Management.WebSites.Models.ContainerResources
Public Sub New (Optional cpu As Nullable(Of Double) = Nothing, Optional memory As String = Nothing)

パラメーター

cpu
Nullable<Double>

コアに必要な CPU (例: 0.5)

memory
String

必要なメモリ (例: "250Mb" )

適用対象