Freigeben über


HostingEnvironmentDeploymentInfo Konstruktoren

Definition

Überlädt

HostingEnvironmentDeploymentInfo()

Initialisiert eine neue instance der HostingEnvironmentDeploymentInfo-Klasse.

HostingEnvironmentDeploymentInfo(String, String)

Initialisiert eine neue instance der HostingEnvironmentDeploymentInfo-Klasse.

HostingEnvironmentDeploymentInfo()

Initialisiert eine neue instance der HostingEnvironmentDeploymentInfo-Klasse.

public HostingEnvironmentDeploymentInfo ();
Public Sub New ()

Gilt für:

HostingEnvironmentDeploymentInfo(String, String)

Initialisiert eine neue instance der HostingEnvironmentDeploymentInfo-Klasse.

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

Parameter

name
String

Name des App Service-Umgebung.

location
String

Speicherort des App Service-Umgebung.

Gilt für: