ApplicationResourceProperties interface
The application resource properties.
Properties
| managed |
List of user assigned identities for the application, each mapped to a friendly name. |
| parameters | List of application parameters with overridden values from their default values specified in the application manifest. |
| provisioning |
The current deployment or provisioning state, which only appears in the response |
| upgrade |
Describes the policy for a monitored application upgrade. |
| version | The version of the application type as defined in the application manifest. This name must be the full Arm Resource ID for the referenced application type version. |
Property Details
managedIdentities
List of user assigned identities for the application, each mapped to a friendly name.
managedIdentities?: ApplicationUserAssignedIdentity[]
Property Value
parameters
List of application parameters with overridden values from their default values specified in the application manifest.
parameters?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The current deployment or provisioning state, which only appears in the response
provisioningState?: string
Property Value
string
upgradePolicy
Describes the policy for a monitored application upgrade.
upgradePolicy?: ApplicationUpgradePolicy
Property Value
version
The version of the application type as defined in the application manifest. This name must be the full Arm Resource ID for the referenced application type version.
version?: string
Property Value
string