DeploymentLocations Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeploymentLocations() |
Initializes a new instance of the DeploymentLocations class. |
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>) |
Initializes a new instance of the DeploymentLocations class. |
DeploymentLocations()
Initializes a new instance of the DeploymentLocations class.
public DeploymentLocations ();
Public Sub New ()
Applies to
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)
Initializes a new instance of the DeploymentLocations class.
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)
Parameters
- hostingEnvironments
- IList<AppServiceEnvironment>
Available App Service Environments with full descriptions of the environments.
- hostingEnvironmentDeploymentInfos
- IList<HostingEnvironmentDeploymentInfo>
Available App Service Environments with basic information.