次の方法で共有


ArmAppPlatformModelFactory.AppPlatformAppProperties メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProperties AppPlatformAppProperties (bool? isPublic = default, string uriString = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,BinaryData>> addonConfigs = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProvisioningState? provisioningState = default, string fqdn = default, bool? isHttpsOnly = default, Azure.ResourceManager.AppPlatform.Models.AppTemporaryDisk temporaryDisk = default, Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk persistentDisk = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDisk> customPersistentDisks = default, bool? isEndToEndTlsEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppLoadedCertificate> loadedCertificates = default, Azure.ResourceManager.AppPlatform.Models.AppVnetAddons vnetAddons = default, Azure.ResourceManager.AppPlatform.Models.AppIngressSettings ingressSettings = default);
static member AppPlatformAppProperties : Nullable<bool> * string * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, BinaryData>> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProvisioningState> * string * Nullable<bool> * Azure.ResourceManager.AppPlatform.Models.AppTemporaryDisk * Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk * seq<Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDisk> * Nullable<bool> * seq<Azure.ResourceManager.AppPlatform.Models.AppLoadedCertificate> * Azure.ResourceManager.AppPlatform.Models.AppVnetAddons * Azure.ResourceManager.AppPlatform.Models.AppIngressSettings -> Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProperties
Public Shared Function AppPlatformAppProperties (Optional isPublic As Nullable(Of Boolean) = Nothing, Optional uriString As String = Nothing, Optional addonConfigs As IDictionary(Of String, IDictionary(Of String, BinaryData)) = Nothing, Optional provisioningState As Nullable(Of AppPlatformAppProvisioningState) = Nothing, Optional fqdn As String = Nothing, Optional isHttpsOnly As Nullable(Of Boolean) = Nothing, Optional temporaryDisk As AppTemporaryDisk = Nothing, Optional persistentDisk As AppPersistentDisk = Nothing, Optional customPersistentDisks As IEnumerable(Of AppCustomPersistentDisk) = Nothing, Optional isEndToEndTlsEnabled As Nullable(Of Boolean) = Nothing, Optional loadedCertificates As IEnumerable(Of AppLoadedCertificate) = Nothing, Optional vnetAddons As AppVnetAddons = Nothing, Optional ingressSettings As AppIngressSettings = Nothing) As AppPlatformAppProperties

パラメーター

isPublic
Nullable<Boolean>

アプリがパブリック エンドポイントを公開するかどうかを示します。

uriString
String

アプリの URL。

addonConfigs
IDictionary<String,IDictionary<String,BinaryData>>

アドオンのコレクション。

provisioningState
Nullable<AppPlatformAppProvisioningState>

アプリのプロビジョニング状態。

fqdn
String

完全修飾 DNS 名。

isHttpsOnly
Nullable<Boolean>

https のみが許可されているかどうかを示します。

temporaryDisk
AppTemporaryDisk

一時ディスクの設定。

persistentDisk
AppPersistentDisk

永続的なディスク設定。

customPersistentDisks
IEnumerable<AppCustomPersistentDisk>

カスタム永続ディスクの一覧。

isEndToEndTlsEnabled
Nullable<Boolean>

エンド ツー エンド TLS が有効になっているかどうかを示します。

loadedCertificates
IEnumerable<AppLoadedCertificate>

読み込まれた証明書のコレクション。

vnetAddons
AppVnetAddons

vnet インジェクション インスタンスの追加のアプリ設定。

ingressSettings
AppIngressSettings

アプリイングレス設定のペイロード。

戻り値

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

適用対象