HostingEnvironmentDeploymentInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET