次の方法で共有


ArmAppServiceModelFactory.AppServiceEnvironmentData メソッド

定義

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

public static Azure.ResourceManager.AppService.AppServiceEnvironmentData AppServiceEnvironmentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, 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, string kind = default);
static member AppServiceEnvironmentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * 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> * string -> Azure.ResourceManager.AppService.AppServiceEnvironmentData
Public Shared Function AppServiceEnvironmentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, 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, Optional kind As String = Nothing) As AppServiceEnvironmentData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

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がゾーン冗長であるかどうか。

kind
String

リソースの種類。

戻り値

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

適用対象