HostingEnvironmentDeploymentInfo Class

Definition

Information needed to create resources on an App Service Environment.

public class HostingEnvironmentDeploymentInfo
type HostingEnvironmentDeploymentInfo = class
Public Class HostingEnvironmentDeploymentInfo
Inheritance
HostingEnvironmentDeploymentInfo

Constructors

HostingEnvironmentDeploymentInfo()

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

HostingEnvironmentDeploymentInfo(String, String)

Initializes a new instance of the HostingEnvironmentDeploymentInfo class.

Properties

Location

Gets or sets location of the App Service Environment.

Name

Gets or sets name of the App Service Environment.

Applies to