AppServiceEnvironmentPatchResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AppServiceEnvironmentPatchResource()
AppServiceEnvironmentPatchResource クラスの新しいインスタンスを初期化します。
public AppServiceEnvironmentPatchResource ();
Public Sub New ()
適用対象
AppServiceEnvironmentPatchResource(String, String, VirtualNetworkProfile, IList<WorkerPool>, String, String, String, String, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, String, Nullable<InternalLoadBalancingMode>, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, String, String, String, Nullable<Int32>, IList<VirtualIPMapping>, IList<StampCapacity>, IList<NetworkAccessControlEntry>, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, String, String)
AppServiceEnvironmentPatchResource クラスの新しいインスタンスを初期化します。
public AppServiceEnvironmentPatchResource (string appServiceEnvironmentPatchResourceName, string location, Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile virtualNetwork, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool> workerPools, string id = default, string name = default, string type = default, string kind = default, Microsoft.Azure.Management.AppService.Fluent.Models.ProvisioningState? provisioningState = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentStatus? status = default, string vnetName = default, string vnetResourceGroupName = default, string vnetSubnetName = default, Microsoft.Azure.Management.AppService.Fluent.Models.InternalLoadBalancingMode? internalLoadBalancingMode = default, string multiSize = default, int? multiRoleCount = default, int? ipsslAddressCount = default, string databaseEdition = default, string databaseServiceObjective = default, int? upgradeDomains = default, string subscriptionId = default, string dnsSuffix = default, string lastAction = default, string lastActionResult = default, string allowedMultiSizes = default, string allowedWorkerSizes = default, int? maximumNumberOfMachines = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VirtualIPMapping> vipMappings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity> environmentCapacities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry> networkAccessControlList = default, bool? environmentIsHealthy = default, string environmentStatus = default, string resourceGroup = default, int? frontEndScaleFactor = default, int? defaultFrontEndScaleFactor = default, string apiManagementAccountId = default, bool? suspended = default, bool? dynamicCacheEnabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair> clusterSettings = default, System.Collections.Generic.IList<string> userWhitelistedIpRanges = default, bool? hasLinuxWorkers = default, string sslCertKeyVaultId = default, string sslCertKeyVaultSecretName = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool> * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ProvisioningState> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentStatus> * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.InternalLoadBalancingMode> * string * Nullable<int> * Nullable<int> * string * string * Nullable<int> * string * string * string * string * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VirtualIPMapping> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry> * Nullable<bool> * string * string * Nullable<int> * Nullable<int> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource
Public Sub New (appServiceEnvironmentPatchResourceName As String, location As String, virtualNetwork As VirtualNetworkProfile, workerPools As IList(Of WorkerPool), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional status As Nullable(Of HostingEnvironmentStatus) = Nothing, Optional vnetName As String = Nothing, Optional vnetResourceGroupName As String = Nothing, Optional vnetSubnetName As String = Nothing, Optional internalLoadBalancingMode As Nullable(Of InternalLoadBalancingMode) = Nothing, Optional multiSize As String = Nothing, Optional multiRoleCount As Nullable(Of Integer) = Nothing, Optional ipsslAddressCount As Nullable(Of Integer) = Nothing, Optional databaseEdition As String = Nothing, Optional databaseServiceObjective As String = Nothing, Optional upgradeDomains As Nullable(Of Integer) = Nothing, Optional subscriptionId As String = Nothing, Optional dnsSuffix As String = Nothing, Optional lastAction As String = Nothing, Optional lastActionResult As String = Nothing, Optional allowedMultiSizes As String = Nothing, Optional allowedWorkerSizes As String = Nothing, Optional maximumNumberOfMachines As Nullable(Of Integer) = Nothing, Optional vipMappings As IList(Of VirtualIPMapping) = Nothing, Optional environmentCapacities As IList(Of StampCapacity) = Nothing, Optional networkAccessControlList As IList(Of NetworkAccessControlEntry) = Nothing, Optional environmentIsHealthy As Nullable(Of Boolean) = Nothing, Optional environmentStatus As String = Nothing, Optional resourceGroup As String = Nothing, Optional frontEndScaleFactor As Nullable(Of Integer) = Nothing, Optional defaultFrontEndScaleFactor As Nullable(Of Integer) = Nothing, Optional apiManagementAccountId As String = Nothing, Optional suspended As Nullable(Of Boolean) = Nothing, Optional dynamicCacheEnabled 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 sslCertKeyVaultId As String = Nothing, Optional sslCertKeyVaultSecretName As String = Nothing)
パラメーター
- appServiceEnvironmentPatchResourceName
- String
App Service Environmentの名前。
- location
- String
"米国西部" など、App Service Environmentの場所。
- virtualNetwork
- VirtualNetworkProfile
Virtual Networkの説明。
- workerPools
- IList<WorkerPool>
ワーカー サイズ ID、VM サイズ、各プール内のワーカー数を含むワーカー プールの説明。
- id
- String
- name
- String
- type
- String
- kind
- String
リソースの種類。
- provisioningState
- Nullable<ProvisioningState>
App Service Environmentのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Failed'、'Canceled'、'InProgress'、'Deleting' などがあります。
- status
- Nullable<HostingEnvironmentStatus>
App Service Environmentの現在の状態。 使用可能な値には、'準備中'、'Ready'、'Scaling'、'Removeing' などがあります。
- vnetName
- String
App Service EnvironmentのVirtual Networkの名前。
- vnetResourceGroupName
- String
Virtual Networkのリソース グループ。
- vnetSubnetName
- String
Virtual Networkのサブネット。
- internalLoadBalancingMode
- Nullable<InternalLoadBalancingMode>
App Service EnvironmentのVirtual Networkで内部的に提供するエンドポイントを指定します。 使用可能な値は、'None'、'Web'、'Publishing' です。
- multiSize
- String
フロントエンド VM のサイズ ("Medium"、"Large" など)。
- databaseEdition
- String
App Service Environmentのメタデータ データベースのエディション (例: "Standard")。
- databaseServiceObjective
- String
App Service Environmentのメタデータ データベースのサービス目標 (例: "S0")。
- subscriptionId
- String
App Service Environmentのサブスクリプション。
- dnsSuffix
- String
App Service Environmentの DNS サフィックス。
- lastAction
- String
App Service Environmentでの最後のデプロイ アクション。
- lastActionResult
- String
App Service Environmentでの最後のデプロイ アクションの結果。
- allowedMultiSizes
- String
フロントエンドで許可される VM サイズを記述するコンマ区切り文字列の一覧。
- allowedWorkerSizes
- String
ワーカーに許可される VM サイズを記述するコンマ区切り文字列の一覧。
- vipMappings
- IList<VirtualIPMapping>
App Service Environmentの IP SSL マッピングの説明。
- environmentCapacities
- IList<StampCapacity>
現在の合計、使用済み、使用可能なワーカー容量。
- networkAccessControlList
- IList<NetworkAccessControlEntry>
App Service Environmentへのトラフィックを制御するためのアクセス制御リスト。
- environmentStatus
- String
App Service Environmentの最後のチェックの結果に関する詳細なメッセージ。
- resourceGroup
- String
App Service Environmentのリソース グループ。
- apiManagementAccountId
- String
App Service Environmentに関連付けられているアカウントをAPI Managementします。
<App Service Environment>が中断されている場合は true</code>、<それ以外の場合は false</code> をコード>化します。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって受信トラフィックがブロックされた可能性が高い)。
App Service Environmentが中断されているかどうかを示す True/false。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって受信トラフィックがブロックされた可能性が高い)。
- clusterSettings
- IList<NameValuePair>
App Service Environmentの動作を変更するためのカスタム設定。
- sslCertKeyVaultId
- String
ILB App Service Environment既定の SSL 証明書のKey Vault ID
- sslCertKeyVaultSecretName
- String
既定の SSL 証明書App Service Environment ILB のシークレット名をKey Vaultする
適用対象
Azure SDK for .NET