ApplicationResourceUpdate interface
The application resource for patch operations.
- Extends
Properties
| properties | The application resource properties for patch operations. |
Inherited Properties
| location | It will be deprecated in New API, resource location depends on the parent resource. |
| tags | Azure resource tags. |
Property Details
properties
The application resource properties for patch operations.
properties?: ApplicationResourceUpdateProperties
Property Value
Inherited Property Details
location
It will be deprecated in New API, resource location depends on the parent resource.
location?: string
Property Value
string
Inherited From ProxyResource.location
tags
Azure resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ProxyResource.tags