AppResourceProperties interface
App resource properties payload
Properties
addon |
Collection of addons |
custom |
List of custom persistent disks |
enable |
Indicate if end to end TLS is enabled. |
fqdn | Fully qualified dns Name. NOTE: This property will not be serialized. It can only be populated by the server. |
https |
Indicate if only https is allowed. |
ingress |
App ingress settings payload. |
loaded |
Collection of loaded certificates |
persistent |
Persistent disk settings |
provisioning |
Provisioning state of the App NOTE: This property will not be serialized. It can only be populated by the server. |
public | Indicates whether the App exposes public endpoint |
temporary |
Temporary disk settings |
url | URL of the App NOTE: This property will not be serialized. It can only be populated by the server. |
vnet |
Additional App settings in vnet injection instance |
Property Details
addonConfigs
Collection of addons
addonConfigs?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
customPersistentDisks
List of custom persistent disks
customPersistentDisks?: CustomPersistentDiskResource[]
Property Value
enableEndToEndTLS
Indicate if end to end TLS is enabled.
enableEndToEndTLS?: boolean
Property Value
boolean
fqdn
Fully qualified dns Name. NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
httpsOnly
Indicate if only https is allowed.
httpsOnly?: boolean
Property Value
boolean
ingressSettings
loadedCertificates
Collection of loaded certificates
loadedCertificates?: LoadedCertificate[]
Property Value
persistentDisk
provisioningState
Provisioning state of the App NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
public
Indicates whether the App exposes public endpoint
public?: boolean
Property Value
boolean
temporaryDisk
url
URL of the App NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string
vnetAddons
Additional App settings in vnet injection instance
vnetAddons?: AppVNetAddons