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() | |
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>) |
DeploymentLocations()
public DeploymentLocations ();
Public Sub New ()
Applies to
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)
public DeploymentLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.GeoRegion> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AppServiceEnvironment> hostingEnvironments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DeploymentLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.GeoRegion> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AppServiceEnvironment> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentDeploymentInfo> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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>
- hostingEnvironmentDeploymentInfos
- IList<HostingEnvironmentDeploymentInfo>