次の方法で共有


DeploymentLocations コンストラクター

定義

オーバーロード

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)

パラメーター

locations
IList<GeoRegion>

使用可能なリージョン。

hostingEnvironments
IList<AppServiceEnvironment>

環境の詳細な説明を含む使用可能なApp Service環境。

hostingEnvironmentDeploymentInfos
IList<HostingEnvironmentDeploymentInfo>

基本情報App Service環境で使用できます。

適用対象