DeploymentLocationsInner Constructors

Definition

Overloads

DeploymentLocationsInner()

Initializes a new instance of the DeploymentLocationsInner class.

DeploymentLocationsInner(IList<GeoRegion>, IList<AppServiceEnvironmentInner>, IList<HostingEnvironmentDeploymentInfo>)

Initializes a new instance of the DeploymentLocationsInner class.

DeploymentLocationsInner()

Initializes a new instance of the DeploymentLocationsInner class.

public DeploymentLocationsInner ();
Public Sub New ()

Applies to

DeploymentLocationsInner(IList<GeoRegion>, IList<AppServiceEnvironmentInner>, IList<HostingEnvironmentDeploymentInfo>)

Initializes a new instance of the DeploymentLocationsInner class.

public DeploymentLocationsInner (System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentInner> hostingEnvironments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentLocationsInner : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDeploymentInfo> -> Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentLocationsInner
Public Sub New (Optional locations As IList(Of GeoRegion) = Nothing, Optional hostingEnvironments As IList(Of AppServiceEnvironmentInner) = Nothing, Optional hostingEnvironmentDeploymentInfos As IList(Of HostingEnvironmentDeploymentInfo) = Nothing)

Parameters

locations
IList<GeoRegion>

Available regions.

hostingEnvironments
IList<AppServiceEnvironmentInner>

Available App Service Environments with full descriptions of the environments.

hostingEnvironmentDeploymentInfos
IList<HostingEnvironmentDeploymentInfo>

Available App Service Environments with basic information.

Applies to