HostingEnvironmentDeploymentInfo Constructors

Definition

Overloads

HostingEnvironmentDeploymentInfo()

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

HostingEnvironmentDeploymentInfo(String, String)

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

HostingEnvironmentDeploymentInfo()

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

C#
public HostingEnvironmentDeploymentInfo();

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

HostingEnvironmentDeploymentInfo(String, String)

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

C#
public HostingEnvironmentDeploymentInfo(string name = default, string location = default);

Parameters

name
String

Name of the App Service Environment.

location
String

Location of the App Service Environment.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy