Freigeben über


ArmAppPlatformModelFactory.AppPlatformAppProperties Methode

Definition

Initialisiert eine neue instance von 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

Parameter

isPublic
Nullable<Boolean>

Gibt an, ob die App einen öffentlichen Endpunkt verfügbar macht.

uriString
String

URL der App.

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

Sammlung von Addons.

provisioningState
Nullable<AppPlatformAppProvisioningState>

Bereitstellungsstatus der App.

fqdn
String

Vollqualifizierter DNS-Name.

isHttpsOnly
Nullable<Boolean>

Geben Sie an, ob nur https zulässig ist.

temporaryDisk
AppTemporaryDisk

Temporäre Datenträgereinstellungen.

persistentDisk
AppPersistentDisk

Einstellungen für persistente Datenträger.

customPersistentDisks
IEnumerable<AppCustomPersistentDisk>

Liste der benutzerdefinierten persistenten Datenträger.

isEndToEndTlsEnabled
Nullable<Boolean>

Geben Sie an, ob End-to-End-TLS aktiviert ist.

loadedCertificates
IEnumerable<AppLoadedCertificate>

Sammlung geladener Zertifikate.

vnetAddons
AppVnetAddons

Zusätzliche App-Einstellungen in VNET-Einschleusung instance.

ingressSettings
AppIngressSettings

Nutzlast der Eingangseinstellungen der App.

Gibt zurück

Eine neue AppPlatformAppProperties instance zum Mocking.

Gilt für: