次の方法で共有


AppServicePlanPatchResource クラス

定義

App Service プランの ARM リソース。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServicePlanPatchResource : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServicePlanPatchResource = class
    inherit ProxyOnlyResourceInner
Public Class AppServicePlanPatchResource
Inherits ProxyOnlyResourceInner
継承
AppServicePlanPatchResource
属性

コンストラクター

AppServicePlanPatchResource()

AppServicePlanPatchResource クラスの新しいインスタンスを初期化します。

AppServicePlanPatchResource(String, String, String, String, String, Nullable<StatusOptions>, String, HostingEnvironmentProfile, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<ProvisioningState>)

AppServicePlanPatchResource クラスの新しいインスタンスを初期化します。

プロパティ

FreeOfferExpirationTime

サーバー ファームの無料プランの有効期限が切れる時刻を取得または設定します。

GeoRegion

App Service プランの地理的な場所を取得します。

HostingEnvironmentProfile

App Service プランに使用するApp Service Environmentの仕様を取得または設定します。

HyperV

Hyper-V コンテナー アプリ サービス プラン &lt;コード&gt;true&lt;/code&gt;、 &lt;code&gt;false&lt;/code&gt; それ以外の場合は取得または設定します。

Id

リソース ID。Setter は、ネットワーク リソースで ID を設定する必要があるため、保護されます。

(継承元 ProxyResource)
IsSpot

lt;code&gt;true&lt;/code&gt; の場合、このApp Serviceプランはスポット インスタンスを所有する場合&に取得または設定します。

IsXenon

古いバージョンを取得または設定します。Hyper-V コンテナー アプリ サービス プラン &lt;コード&gt;true&lt;/code&gt;、 &lt;code&gt;false&lt;/code&gt;それ以外の場合。

Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResourceInner)
Location

リソースの場所

(継承元 Resource)
MaximumElasticWorkerCount

この ElasticScaleEnabled App Service プランで許可されるワーカーの総数の最大数を取得または設定します

MaximumNumberOfWorkers

このApp Serviceプランに割り当てることができるインスタンスの最大数を取得します。

Name

リソース名

(継承元 ProxyResource)
NumberOfSites

このApp Serviceプランに割り当てられているアプリの数を取得します。

PerSiteScaling

lt;code&gt;true&lt;/code&gt; の場合&、このApp Serviceプランに割り当てられたアプリを個別にスケーリングできるかどうかを取得または設定します。 lt;code&gt;false&lt;/code&gt;の場合&、このApp Serviceプランに割り当てられたアプリはプランのすべてのインスタンスにスケーリングされます。

ProvisioningState

App Service Environmentのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Failed'、'Canceled'、'InProgress'、'Deleting' などがあります。

Reserved

Linux App Service プラン &lt;コード&gt;true&lt;/code&gt;、 &lt;code&gt;false&lt;/code&gt; それ以外の場合は取得または設定します。

ResourceGroup

App Service プランのリソース グループを取得します。

SpotExpirationTime

サーバー ファームの有効期限が切れる時刻を取得または設定します。 スポット サーバー ファームの場合にのみ有効です。

Status

app Service プランの状態を取得します。 使用可能な値は、'Ready'、'Pending'、'Creating' です。

Subscription

app Service プランのサブスクリプションを取得します。

Tags

リソース タグ

(継承元 Resource)
TargetWorkerCount

ワーカー数のスケーリングを取得または設定します。

TargetWorkerSizeId

スケーリング ワーカー サイズ ID を取得または設定します。

Type

リソースの種類

(継承元 ProxyResource)
WorkerTierName

App Service プランに割り当てられたターゲット ワーカー層を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。 検証が失敗した場合に ValidationException をスローします。

(継承元 Resource)

適用対象