次の方法で共有


ArmAppServiceModelFactory.AppServiceEnvironmentProperties メソッド

定義

AppServiceEnvironmentProperties の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties AppServiceEnvironmentProperties (Azure.ResourceManager.AppService.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.AppService.Models.HostingEnvironmentStatus? status = default, Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProfile virtualNetwork = default, Azure.ResourceManager.AppService.Models.LoadBalancingMode? internalLoadBalancingMode = default, string multiSize = default, int? multiRoleCount = default, int? ipSslAddressCount = default, string dnsSuffix = default, int? maximumNumberOfMachines = default, int? frontEndScaleFactor = default, bool? isSuspended = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> clusterSettings = default, System.Collections.Generic.IEnumerable<string> userWhitelistedIPRanges = default, bool? hasLinuxWorkers = default, int? dedicatedHostCount = default, bool? isZoneRedundant = default);
static member AppServiceEnvironmentProperties : Nullable<Azure.ResourceManager.AppService.Models.ProvisioningState> * Nullable<Azure.ResourceManager.AppService.Models.HostingEnvironmentStatus> * Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProfile * Nullable<Azure.ResourceManager.AppService.Models.LoadBalancingMode> * string * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<bool> * seq<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> * seq<string> * Nullable<bool> * Nullable<int> * Nullable<bool> -> Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties
Public Shared Function AppServiceEnvironmentProperties (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional status As Nullable(Of HostingEnvironmentStatus) = Nothing, Optional virtualNetwork As AppServiceVirtualNetworkProfile = Nothing, Optional internalLoadBalancingMode As Nullable(Of LoadBalancingMode) = 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 isSuspended As Nullable(Of Boolean) = Nothing, Optional clusterSettings As IEnumerable(Of AppServiceNameValuePair) = Nothing, Optional userWhitelistedIPRanges As IEnumerable(Of String) = Nothing, Optional hasLinuxWorkers As Nullable(Of Boolean) = Nothing, Optional dedicatedHostCount As Nullable(Of Integer) = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing) As AppServiceEnvironmentProperties

パラメーター

provisioningState
Nullable<ProvisioningState>

App Service Environmentのプロビジョニング状態。

status
Nullable<HostingEnvironmentStatus>

App Service Environmentの現在の状態。

virtualNetwork
AppServiceVirtualNetworkProfile

Virtual Networkの説明。

internalLoadBalancingMode
Nullable<LoadBalancingMode>

App Service EnvironmentのVirtual Networkで内部的に提供するエンドポイントを指定します。

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>

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

isSuspended
Nullable<Boolean>

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

clusterSettings
IEnumerable<AppServiceNameValuePair>

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

userWhitelistedIPRanges
IEnumerable<String>

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

hasLinuxWorkers
Nullable<Boolean>

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

dedicatedHostCount
Nullable<Int32>

専用ホスト数。

isZoneRedundant
Nullable<Boolean>

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

戻り値

モック作成用の新しい AppServiceEnvironmentProperties インスタンス。

適用対象