AppResourceProperties Class
App resource properties payload.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
AppResourceProperties
Constructor
AppResourceProperties(*, public: Optional[bool] = None, active_deployment_name: Optional[str] = None, fqdn: Optional[str] = None, https_only: Optional[bool] = False, temporary_disk: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.TemporaryDisk] = None, persistent_disk: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.PersistentDisk] = None, enable_end_to_end_tls: Optional[bool] = False, **kwargs)
Variables
- public
- bool
Indicates whether the App exposes public endpoint.
- url
- str
URL of the App.
- provisioning_state
- str or AppResourceProvisioningState
Provisioning state of the App. Possible values include: "Succeeded", "Failed", "Creating", "Updating".
- active_deployment_name
- str
Name of the active deployment of the App.
- fqdn
- str
Fully qualified dns Name.
- https_only
- <xref:https_only>)<xref: >(bool
Indicate if only https is allowed.
- created_time
- datetime
Date time when the resource is created.
- temporary_disk
- TemporaryDisk
Temporary disk settings.
- persistent_disk
- PersistentDisk
Persistent disk settings.
- enable_end_to_end_tls
- bool
Indicate if end to end TLS is enabled.
Feedback
Submit and view feedback for