AppServiceEnvironment コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AppServiceEnvironment() |
AppServiceEnvironment クラスの新しいインスタンスを初期化します。 |
AppServiceEnvironment(VirtualNetworkProfile, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>) |
AppServiceEnvironment クラスの新しいインスタンスを初期化します。 |
AppServiceEnvironment()
AppServiceEnvironment クラスの新しいインスタンスを初期化します。
public AppServiceEnvironment ();
Public Sub New ()
適用対象
AppServiceEnvironment(VirtualNetworkProfile, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)
AppServiceEnvironment クラスの新しいインスタンスを初期化します。
public AppServiceEnvironment (Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile virtualNetwork, Microsoft.Azure.Management.WebSites.Models.ProvisioningState? provisioningState = default, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus? status = default, string internalLoadBalancingMode = default, string multiSize = default, int? multiRoleCount = default, int? ipsslAddressCount = default, string dnsSuffix = default, int? maximumNumberOfMachines = default, int? frontEndScaleFactor = default, bool? suspended = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> clusterSettings = default, System.Collections.Generic.IList<string> userWhitelistedIpRanges = default, bool? hasLinuxWorkers = default, int? dedicatedHostCount = default, bool? zoneRedundant = default);
new Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment : Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * Nullable<Microsoft.Azure.Management.WebSites.Models.ProvisioningState> * Nullable<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus> * string * string * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment
Public Sub New (virtualNetwork As VirtualNetworkProfile, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional status As Nullable(Of HostingEnvironmentStatus) = Nothing, Optional internalLoadBalancingMode As String = Nothing, Optional multiSize As String = Nothing, Optional multiRoleCount As Nullable(Of Integer) = Nothing, Optional ipsslAddressCount As Nullable(Of Integer) = Nothing, Optional dnsSuffix As String = Nothing, Optional maximumNumberOfMachines As Nullable(Of Integer) = Nothing, Optional frontEndScaleFactor As Nullable(Of Integer) = Nothing, Optional suspended As Nullable(Of Boolean) = Nothing, Optional clusterSettings As IList(Of NameValuePair) = Nothing, Optional userWhitelistedIpRanges As IList(Of String) = Nothing, Optional hasLinuxWorkers As Nullable(Of Boolean) = Nothing, Optional dedicatedHostCount As Nullable(Of Integer) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing)
パラメーター
- virtualNetwork
- VirtualNetworkProfile
Virtual Networkの説明。
- provisioningState
- Nullable<ProvisioningState>
App Service Environmentのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Failed'、'Canceled'、'InProgress'、'Deleting' などがあります。
- status
- Nullable<HostingEnvironmentStatus>
App Service Environmentの現在の状態。 使用可能な値には、'準備中'、'Ready'、'Scaling'、'Removeing' などがあります。
- internalLoadBalancingMode
- String
App Service EnvironmentのVirtual Networkで内部的に提供するエンドポイントを指定します。 使用できる値は、'None'、'Web'、'Publishing'、'Web、Publishing' です。
- multiSize
- String
フロントエンド VM のサイズ ("Medium"、"Large" など)。
- dnsSuffix
- String
App Service Environmentの DNS サフィックス。
<App Service Environment>が中断されている場合は true</code>、<それ以外の場合は false</code> をコード>化します。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって受信トラフィックがブロックされた可能性が高い)。
- clusterSettings
- IList<NameValuePair>
App Service Environmentの動作を変更するためのカスタム設定。
適用対象
Azure SDK for .NET