Site コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Site()
Site クラスの新しいインスタンスを初期化します。
public Site ();
Public Sub New ()
適用対象
Site(String, String, String, String, String, IDictionary<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>, Nullable<ClientCertMode>, String, Nullable<Boolean>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, CloningInfo, String, Nullable<Boolean>, String, SlotSwapStatus, Nullable<Boolean>, Nullable<RedundancyMode>, Nullable<Guid>, Nullable<Boolean>, String, String, ManagedServiceIdentity, ExtendedLocation)
Site クラスの新しいインスタンスを初期化します。
public Site (string location, string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string state = default, System.Collections.Generic.IList<string> hostNames = default, string repositorySiteName = default, Microsoft.Azure.Management.WebSites.Models.UsageState? usageState = default, bool? enabled = default, System.Collections.Generic.IList<string> enabledHostNames = default, Microsoft.Azure.Management.WebSites.Models.SiteAvailabilityState? availabilityState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostNameSslState> hostNameSslStates = default, string serverFarmId = default, bool? reserved = default, bool? isXenon = default, bool? hyperV = default, DateTime? lastModifiedTimeUtc = default, Microsoft.Azure.Management.WebSites.Models.SiteConfig siteConfig = default, System.Collections.Generic.IList<string> trafficManagerHostNames = default, bool? scmSiteAlsoStopped = default, string targetSwapSlot = default, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, bool? clientAffinityEnabled = default, bool? clientCertEnabled = default, Microsoft.Azure.Management.WebSites.Models.ClientCertMode? clientCertMode = default, string clientCertExclusionPaths = default, bool? hostNamesDisabled = default, string customDomainVerificationId = default, string outboundIpAddresses = default, string possibleOutboundIpAddresses = default, int? containerSize = default, int? dailyMemoryTimeQuota = default, DateTime? suspendedTill = default, int? maxNumberOfWorkers = default, Microsoft.Azure.Management.WebSites.Models.CloningInfo cloningInfo = default, string resourceGroup = default, bool? isDefaultContainer = default, string defaultHostName = default, Microsoft.Azure.Management.WebSites.Models.SlotSwapStatus slotSwapStatus = default, bool? httpsOnly = default, Microsoft.Azure.Management.WebSites.Models.RedundancyMode? redundancyMode = default, Guid? inProgressOperationId = default, bool? storageAccountRequired = default, string keyVaultReferenceIdentity = default, string virtualNetworkSubnetId = default, Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity identity = default, Microsoft.Azure.Management.WebSites.Models.ExtendedLocation extendedLocation = default);
new Microsoft.Azure.Management.WebSites.Models.Site : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> * string * Nullable<Microsoft.Azure.Management.WebSites.Models.UsageState> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.WebSites.Models.SiteAvailabilityState> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostNameSslState> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> * Microsoft.Azure.Management.WebSites.Models.SiteConfig * System.Collections.Generic.IList<string> * Nullable<bool> * string * Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Models.ClientCertMode> * string * Nullable<bool> * string * string * string * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<int> * Microsoft.Azure.Management.WebSites.Models.CloningInfo * string * Nullable<bool> * string * Microsoft.Azure.Management.WebSites.Models.SlotSwapStatus * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Models.RedundancyMode> * Nullable<Guid> * Nullable<bool> * string * string * Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity * Microsoft.Azure.Management.WebSites.Models.ExtendedLocation -> Microsoft.Azure.Management.WebSites.Models.Site
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, 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 clientCertMode As Nullable(Of ClientCertMode) = Nothing, Optional clientCertExclusionPaths As String = Nothing, Optional hostNamesDisabled As Nullable(Of Boolean) = Nothing, Optional customDomainVerificationId As String = 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 storageAccountRequired As Nullable(Of Boolean) = Nothing, Optional keyVaultReferenceIdentity As String = Nothing, Optional virtualNetworkSubnetId As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional extendedLocation As ExtendedLocation = Nothing)
パラメーター
- location
- String
リソースの場所。
- id
- String
リソース ID。
- name
- String
リソース名。
- kind
- String
リソースの種類。
- type
- String
リソースの種類。
- tags
- IDictionary<String,String>
リソース タグ。
- state
- String
アプリの現在の状態。
- repositorySiteName
- String
リポジトリ サイトの名前。
- usageState
- Nullable<UsageState>
アプリがクォータ使用量を超えたかどうかを示す状態。 読み取り専用です。 使用可能な値は次のとおりです: 'Normal'、'Exceeded'
<アプリ>が有効になっている場合はコード true</code>、<それ以外の場合は false</code を>コード>化します。 この値を false に設定すると、アプリは無効になります (アプリはオフラインになります)。
アプリのホスト名を有効にしました。ホスト名を割り当てる必要があります (「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}" という形式です。
- siteConfig
- SiteConfig
アプリの構成。
<アプリ>が停止したときに SCM (KUDU) サイトを停止するコード true</code>。それ以外の場合は false</code を>コード>化します<。 既定値は <コード>false</code> です。
- targetSwapSlot
- String
このアプリがどのデプロイ スロットにスワップするかを指定します。 読み取り専用です。
- hostingEnvironmentProfile
- HostingEnvironmentProfile
アプリに使用するApp Service Environment。
<クライアント アフィニティを有効にするコード>true</code> 。 <コード>false</code> を使用してセッション アフィニティ Cookie の送信を停止します。これにより、同じセッション内のクライアント要求が同じインスタンスにルーティングされます。 既定値は <コード>true</code> です。
<クライアント証明書認証 (TLS 相互認証) を有効にするコード>true/code>、それ以外の場合<は false</code を>コード>化します。< 既定値は <コード>false</code> です。
- clientCertMode
- Nullable<ClientCertMode>
これは ClientCertEnabled 設定で構成されます。 - ClientCertEnabled: false は、ClientCert が無視されていることを意味します。 - ClientCertEnabled: true と ClientCertMode: 必須は、ClientCert が必要であることを意味します。 - ClientCertEnabled: true と ClientCertMode: Optional は、ClientCert が省略可能または受け入れ可能であることを意味します。 使用できる値は、'Required'、'Optional'、'OptionalInteractiveUser' です。
- clientCertExclusionPaths
- String
クライアント証明書認証のコンマ区切り除外パス
<アプリ>のパブリック ホスト名を無効にするコードは true</code>、それ以外の場合<は false</code をコード>>化します。 コード>が true/code> の<場合<、アプリには API 管理プロセス経由でのみアクセスできます。
- customDomainVerificationId
- String
アプリに割り当てられたカスタム ドメインを検証する一意識別子。 お客様は、確認のためにこの ID を txt レコードに追加します。
- outboundIpAddresses
- String
アプリが送信接続 (データベース アクセスなど) に使用する IP アドレスの一覧。 現在の設定でサイトをホストできるテナントの VIP が含まれます。 読み取り専用です。
- possibleOutboundIpAddresses
- String
アプリが送信接続 (データベース アクセスなど) に使用する IP アドレスの一覧。 dataComponent を除くすべてのテナントの VIP が含まれます。 読み取り専用です。
- cloningInfo
- CloningInfo
アプリの作成時に指定した場合、アプリはソース アプリから複製されます。
- resourceGroup
- String
アプリが属するリソース グループの名前。 読み取り専用です。
<アプリ>が既定のコンテナーの場合は true</code> を、それ以外の場合<は false</code> をコード>化します。
- defaultHostName
- String
アプリの既定のホスト名。 読み取り専用です。
- slotSwapStatus
- SlotSwapStatus
最後のデプロイ スロット スワップ操作の状態。
- redundancyMode
- Nullable<RedundancyMode>
サイト冗長モード。 使用できる値は、'None'、'Manual'、'Failover'、'ActiveActive'、'GeoRedundant' です。
- keyVaultReferenceIdentity
- String
Key Vault参照認証に使用する ID。
- virtualNetworkSubnetId
- String
リージョン VNET 統合によって参加する仮想ネットワークとサブネットの Azure Resource Manager ID。 これは、/subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName} の形式である必要があります。
- identity
- ManagedServiceIdentity
- extendedLocation
- ExtendedLocation
適用対象
Azure SDK for .NET