Share via


DeploymentLocations Constructors

Definition

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

locations
IList<GeoRegion>

Available regions.

hostingEnvironments
IList<AppServiceEnvironment>

Available App Service Environments with full descriptions of the environments.

hostingEnvironmentDeploymentInfos
IList<HostingEnvironmentDeploymentInfo>

Available App Service Environments with basic information.

Applies to