Partager via


DeploymentLocations Constructeurs

Définition

Surcharges

DeploymentLocations()

Initialise une nouvelle instance de la classe DeploymentLocations.

DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)

Initialise une nouvelle instance de la classe DeploymentLocations.

DeploymentLocations()

Initialise une nouvelle instance de la classe DeploymentLocations.

public DeploymentLocations ();
Public Sub New ()

S’applique à

DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)

Initialise une nouvelle instance de la classe DeploymentLocations.

public DeploymentLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.GeoRegion> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> hostingEnvironments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos = default);
new Microsoft.Azure.Management.WebSites.Models.DeploymentLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.GeoRegion> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDeploymentInfo> -> Microsoft.Azure.Management.WebSites.Models.DeploymentLocations
Public Sub New (Optional locations As IList(Of GeoRegion) = Nothing, Optional hostingEnvironments As IList(Of AppServiceEnvironment) = Nothing, Optional hostingEnvironmentDeploymentInfos As IList(Of HostingEnvironmentDeploymentInfo) = Nothing)

Paramètres

locations
IList<GeoRegion>

Régions disponibles.

hostingEnvironments
IList<AppServiceEnvironment>

Disponible App Service Environnements avec une description complète des environnements.

hostingEnvironmentDeploymentInfos
IList<HostingEnvironmentDeploymentInfo>

Disponible App Service environnements avec des informations de base.

S’applique à