DeploymentLocations コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeploymentLocations() |
DeploymentLocations クラスの新しいインスタンスを初期化します。 |
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>) |
DeploymentLocations クラスの新しいインスタンスを初期化します。 |
DeploymentLocations()
DeploymentLocations クラスの新しいインスタンスを初期化します。
public DeploymentLocations ();
Public Sub New ()
適用対象
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)
DeploymentLocations クラスの新しいインスタンスを初期化します。
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)
パラメーター
- hostingEnvironments
- IList<AppServiceEnvironment>
環境の詳細な説明を含む使用可能なApp Service環境。
- hostingEnvironmentDeploymentInfos
- IList<HostingEnvironmentDeploymentInfo>
基本情報App Service環境で使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET