Microsoft.AppPlatform Spring/applicationLiveViews

ARM template resource definition

The Spring/applicationLiveViews resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.AppPlatform/Spring/applicationLiveViews resource, add the following JSON to your template.

{
  "type": "Microsoft.AppPlatform/Spring/applicationLiveViews",
  "apiVersion": "2023-03-01-preview",
  "name": "string",
  "properties": {}
}

Property values

Spring/applicationLiveViews

Name Description Value
type The resource type 'Microsoft.AppPlatform/Spring/applicationLiveViews'
apiVersion The resource api version '2023-03-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Application Live View properties payload ApplicationLiveViewProperties

ApplicationLiveViewProperties

This object doesn't contain any properties to set during deployment. All properties are ReadOnly.