DeploymentLocationsInner 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
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
- 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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET