Partager via


DeploymentLocations Constructors

Definition

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

locations
IList<GeoRegion>
hostingEnvironments
IList<AppServiceEnvironment>
hostingEnvironmentDeploymentInfos
IList<HostingEnvironmentDeploymentInfo>

Applies to