Partager via


HostingEnvironmentDeploymentInfo Constructeurs

Définition

Surcharges

HostingEnvironmentDeploymentInfo()

Initialise une nouvelle instance de la classe HostingEnvironmentDeploymentInfo.

HostingEnvironmentDeploymentInfo(String, String)

Initialise une nouvelle instance de la classe HostingEnvironmentDeploymentInfo.

HostingEnvironmentDeploymentInfo()

Initialise une nouvelle instance de la classe HostingEnvironmentDeploymentInfo.

public HostingEnvironmentDeploymentInfo ();
Public Sub New ()

S’applique à

HostingEnvironmentDeploymentInfo(String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

name
String

Nom du App Service Environment.

location
String

Emplacement du App Service Environment.

S’applique à