DeploymentLocations Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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 à
Azure SDK for .NET