Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppResourceProperties

Package version

App resource properties payload

Hierarchy

  • AppResourceProperties

Index

Properties

Optional addonConfigs

addonConfigs: undefined | {}

Collection of addons

Optional customPersistentDisks

customPersistentDisks: CustomPersistentDiskResource[]

List of custom persistent disks

Optional enableEndToEndTLS

enableEndToEndTLS: undefined | false | true

Indicate if end to end TLS is enabled.

Optional fqdn

fqdn: undefined | string

Fully qualified dns Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional httpsOnly

httpsOnly: undefined | false | true

Indicate if only https is allowed.

Optional ingressSettings

ingressSettings: IngressSettings

App ingress settings payload.

Optional loadedCertificates

loadedCertificates: LoadedCertificate[]

Collection of loaded certificates

Optional persistentDisk

persistentDisk: PersistentDisk

Persistent disk settings

Optional provisioningState

provisioningState: AppResourceProvisioningState

Provisioning state of the App NOTE: This property will not be serialized. It can only be populated by the server.

Optional public

public: undefined | false | true

Indicates whether the App exposes public endpoint

Optional temporaryDisk

temporaryDisk: TemporaryDisk

Temporary disk settings

Optional url

url: undefined | string

URL of the App NOTE: This property will not be serialized. It can only be populated by the server.

Optional vnetAddons

vnetAddons: AppVNetAddons

Additional App settings in vnet injection instance

Generated using TypeDoc