次の方法で共有


AppServiceEnvironment コンストラクター

定義

オーバーロード

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" など)。

multiRoleCount
Nullable<Int32>

フロントエンド インスタンスの数。

ipsslAddressCount
Nullable<Int32>

App Service Environment用に予約されている IP SSL アドレスの数。

dnsSuffix
String

App Service Environmentの DNS サフィックス。

maximumNumberOfMachines
Nullable<Int32>

App Service Environment内の VM の最大数。

frontEndScaleFactor
Nullable<Int32>

フロントエンドのスケール ファクター。

suspended
Nullable<Boolean>

<App Service Environment>が中断されている場合は true</code>、<それ以外の場合は false</code> をコード>化します。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって受信トラフィックがブロックされた可能性が高い)。

clusterSettings
IList<NameValuePair>

App Service Environmentの動作を変更するためのカスタム設定。

userWhitelistedIpRanges
IList<String>

ユーザーが ASE db でホワイトリストに登録する IP 範囲を追加しました

hasLinuxWorkers
Nullable<Boolean>

ASE に Linux ワーカーがあるかどうかを表示するフラグ

dedicatedHostCount
Nullable<Int32>

専用ホスト数

zoneRedundant
Nullable<Boolean>

このApp Service Environmentがゾーン冗長であるかどうか。

適用対象