次の方法で共有


SitePatchResource コンストラクター

定義

オーバーロード

SitePatchResource()

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

SitePatchResource(String, String, String, String, String, IList<String>, String, Nullable<UsageState>, Nullable<Boolean>, IList<String>, Nullable<SiteAvailabilityState>, IList<HostNameSslState>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, SiteConfig, IList<String>, Nullable<Boolean>, String, HostingEnvironmentProfile, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, CloningInfo, String, Nullable<Boolean>, String, SlotSwapStatus, Nullable<Boolean>, Nullable<RedundancyMode>, Nullable<Guid>, ManagedServiceIdentity)

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

SitePatchResource()

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

public SitePatchResource ();
Public Sub New ()

適用対象

SitePatchResource(String, String, String, String, String, IList<String>, String, Nullable<UsageState>, Nullable<Boolean>, IList<String>, Nullable<SiteAvailabilityState>, IList<HostNameSslState>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, SiteConfig, IList<String>, Nullable<Boolean>, String, HostingEnvironmentProfile, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, CloningInfo, String, Nullable<Boolean>, String, SlotSwapStatus, Nullable<Boolean>, Nullable<RedundancyMode>, Nullable<Guid>, ManagedServiceIdentity)

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

public SitePatchResource (string id = default, string name = default, string type = default, string kind = default, string state = default, System.Collections.Generic.IList<string> hostNames = default, string repositorySiteName = default, Microsoft.Azure.Management.AppService.Fluent.Models.UsageState? usageState = default, bool? enabled = default, System.Collections.Generic.IList<string> enabledHostNames = default, Microsoft.Azure.Management.AppService.Fluent.Models.SiteAvailabilityState? availabilityState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState> hostNameSslStates = default, string serverFarmId = default, bool? reserved = default, bool? isXenon = default, bool? hyperV = default, DateTime? lastModifiedTimeUtc = default, Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig siteConfig = default, System.Collections.Generic.IList<string> trafficManagerHostNames = default, bool? scmSiteAlsoStopped = default, string targetSwapSlot = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, bool? clientAffinityEnabled = default, bool? clientCertEnabled = default, string clientCertExclusionPaths = default, bool? hostNamesDisabled = default, string outboundIpAddresses = default, string possibleOutboundIpAddresses = default, int? containerSize = default, int? dailyMemoryTimeQuota = default, DateTime? suspendedTill = default, int? maxNumberOfWorkers = default, Microsoft.Azure.Management.AppService.Fluent.Models.CloningInfo cloningInfo = default, string resourceGroup = default, bool? isDefaultContainer = default, string defaultHostName = default, Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus slotSwapStatus = default, bool? httpsOnly = default, Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode? redundancyMode = default, Guid? inProgressOperationId = default, Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource : string * string * string * string * string * System.Collections.Generic.IList<string> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UsageState> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SiteAvailabilityState> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> * Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig * System.Collections.Generic.IList<string> * Nullable<bool> * string * Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile * Nullable<bool> * Nullable<bool> * string * Nullable<bool> * string * string * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<int> * Microsoft.Azure.Management.AppService.Fluent.Models.CloningInfo * string * Nullable<bool> * string * Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode> * Nullable<Guid> * Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional state As String = Nothing, Optional hostNames As IList(Of String) = Nothing, Optional repositorySiteName As String = Nothing, Optional usageState As Nullable(Of UsageState) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional enabledHostNames As IList(Of String) = Nothing, Optional availabilityState As Nullable(Of SiteAvailabilityState) = Nothing, Optional hostNameSslStates As IList(Of HostNameSslState) = Nothing, Optional serverFarmId As String = Nothing, Optional reserved As Nullable(Of Boolean) = Nothing, Optional isXenon As Nullable(Of Boolean) = Nothing, Optional hyperV As Nullable(Of Boolean) = Nothing, Optional lastModifiedTimeUtc As Nullable(Of DateTime) = Nothing, Optional siteConfig As SiteConfig = Nothing, Optional trafficManagerHostNames As IList(Of String) = Nothing, Optional scmSiteAlsoStopped As Nullable(Of Boolean) = Nothing, Optional targetSwapSlot As String = Nothing, Optional hostingEnvironmentProfile As HostingEnvironmentProfile = Nothing, Optional clientAffinityEnabled As Nullable(Of Boolean) = Nothing, Optional clientCertEnabled As Nullable(Of Boolean) = Nothing, Optional clientCertExclusionPaths As String = Nothing, Optional hostNamesDisabled As Nullable(Of Boolean) = Nothing, Optional outboundIpAddresses As String = Nothing, Optional possibleOutboundIpAddresses As String = Nothing, Optional containerSize As Nullable(Of Integer) = Nothing, Optional dailyMemoryTimeQuota As Nullable(Of Integer) = Nothing, Optional suspendedTill As Nullable(Of DateTime) = Nothing, Optional maxNumberOfWorkers As Nullable(Of Integer) = Nothing, Optional cloningInfo As CloningInfo = Nothing, Optional resourceGroup As String = Nothing, Optional isDefaultContainer As Nullable(Of Boolean) = Nothing, Optional defaultHostName As String = Nothing, Optional slotSwapStatus As SlotSwapStatus = Nothing, Optional httpsOnly As Nullable(Of Boolean) = Nothing, Optional redundancyMode As Nullable(Of RedundancyMode) = Nothing, Optional inProgressOperationId As Nullable(Of Guid) = Nothing, Optional identity As ManagedServiceIdentity = Nothing)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

state
String

アプリの現在の状態。

hostNames
IList<String>

アプリに関連付けられているホスト名。

repositorySiteName
String

リポジトリ サイトの名前。

usageState
Nullable<UsageState>

アプリがクォータ使用量を超えたかどうかを示す状態。 読み取り専用です。 使用可能な値は次のとおりです: 'Normal'、'Exceeded'

enabled
Nullable<Boolean>

<アプリ>が有効になっている場合はコード true</code>、<それ以外の場合は false</code を>コード>化します。 この値を false に設定すると、アプリは無効になります (アプリはオフラインになります)。

enabledHostNames
IList<String>

アプリのホスト名を有効にしました。ホスト名を割り当てる必要があります (「HostNames」を参照) AND を有効にする必要があります。 それ以外の場合、アプリはそれらのホスト名では提供されません。

availabilityState
Nullable<SiteAvailabilityState>

アプリの管理情報の可用性の状態。 指定できる値は、'Normal'、'Limited'、'DisasterRecoveryMode' です。

hostNameSslStates
IList<HostNameSslState>

ホスト名 SSL 状態は、アプリのホスト名の SSL バインドを管理するために使用されます。

serverFarmId
String

関連付けられたApp Serviceプランのリソース ID。"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}" という形式です。

reserved
Nullable<Boolean>

<予約されている場合はコード>true</code>、<それ以外の場合は false</code をコード>>化します。

isXenon
Nullable<Boolean>

現在は使用されていません: Hyper-V サンドボックス。

hyperV
Nullable<Boolean>

Hyper-V サンドボックス。

lastModifiedTimeUtc
Nullable<DateTime>

アプリが最後に変更された時刻 (UTC)。 読み取り専用です。

siteConfig
SiteConfig

アプリの構成。

trafficManagerHostNames
IList<String>

アプリに関連付けられている Azure Traffic Manager のホスト名。 読み取り専用です。

scmSiteAlsoStopped
Nullable<Boolean>

<アプリ>が停止したときに SCM (KUDU) サイトを停止するコード true</code>。それ以外の場合は false</code を>コード>化します<。 既定値は <コード>false</code> です。

targetSwapSlot
String

このアプリがどのデプロイ スロットにスワップするかを指定します。 読み取り専用です。

hostingEnvironmentProfile
HostingEnvironmentProfile

アプリに使用するApp Service Environment。

clientAffinityEnabled
Nullable<Boolean>

<クライアント アフィニティを有効にするコード>true</code> 。 <コード>false</code> を使用してセッション アフィニティ Cookie の送信を停止します。これにより、同じセッション内のクライアント要求が同じインスタンスにルーティングされます。 既定値は <コード>true</code> です。

clientCertEnabled
Nullable<Boolean>

<クライアント証明書認証 (TLS 相互認証) を有効にするコード>true/code>、それ以外の場合<は false</code を>コード>化します。< 既定値は <コード>false</code> です。

clientCertExclusionPaths
String

クライアント証明書認証のコンマ区切り除外パス

hostNamesDisabled
Nullable<Boolean>

<アプリ>のパブリック ホスト名を無効にするコードは true</code>、それ以外の場合<は false</code をコード>>化します。 コード>が true/code> の<場合<、アプリには API 管理プロセス経由でのみアクセスできます。

outboundIpAddresses
String

アプリが送信接続 (データベース アクセスなど) に使用する IP アドレスの一覧。 現在の設定でサイトをホストできるテナントの VIP が含まれます。 読み取り専用です。

possibleOutboundIpAddresses
String

アプリが送信接続 (データベース アクセスなど) に使用する IP アドレスの一覧。 dataComponent を除くすべてのテナントの VIP が含まれます。 読み取り専用です。

containerSize
Nullable<Int32>

関数コンテナーのサイズ。

dailyMemoryTimeQuota
Nullable<Int32>

1 日に許可される最大メモリ時間クォータ (動的アプリにのみ適用されます)。

suspendedTill
Nullable<DateTime>

メモリ時間クォータを超えた場合までアプリが中断されました。

maxNumberOfWorkers
Nullable<Int32>

ワーカーの最大数。 これは Functions コンテナーにのみ適用されます。

cloningInfo
CloningInfo

アプリの作成時に指定した場合、アプリはソース アプリから複製されます。

resourceGroup
String

アプリが属するリソース グループの名前。 読み取り専用です。

isDefaultContainer
Nullable<Boolean>

<アプリ>が既定のコンテナーの場合は true</code> を、それ以外の場合<は false</code> をコード>化します。

defaultHostName
String

アプリの既定のホスト名。 読み取り専用です。

slotSwapStatus
SlotSwapStatus

最後のデプロイ スロット スワップ操作の状態。

httpsOnly
Nullable<Boolean>

HttpsOnly: https 要求のみを受け入れるように Web サイトを構成します。 http 要求のリダイレクトに関する問題

redundancyMode
Nullable<RedundancyMode>

サイト冗長モード。 使用できる値は、'None'、'Manual'、'Failover'、'ActiveActive'、'GeoRedundant' です。

inProgressOperationId
Nullable<Guid>

このサイトに保留中の操作がある場合は、操作 ID を指定します。

適用対象