次の方法で共有


HostingEnvironmentDeploymentInfo コンストラクター

定義

オーバーロード

HostingEnvironmentDeploymentInfo()

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

HostingEnvironmentDeploymentInfo(String, String)

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

HostingEnvironmentDeploymentInfo()

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

public HostingEnvironmentDeploymentInfo ();
Public Sub New ()

適用対象

HostingEnvironmentDeploymentInfo(String, String)

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

public HostingEnvironmentDeploymentInfo (string name = default, string location = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDeploymentInfo : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDeploymentInfo
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing)

パラメーター

name
String

App Service Environmentの名前。

location
String

App Service Environmentの場所。

適用対象