ApplicationResourceUpdateOutput interface
The application resource for patch operations.
- Extends
Properties
| properties | The application resource properties for patch operations. |
Inherited Properties
| etag | Azure resource etag. |
| id | Azure resource identifier. |
| location | It will be deprecated in New API, resource location depends on the parent resource. |
| name | Azure resource name. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| tags | Azure resource tags. |
| type | Azure resource type. |
Property Details
properties
The application resource properties for patch operations.
properties?: ApplicationResourceUpdatePropertiesOutput
Property Value
Inherited Property Details
etag
id
location
It will be deprecated in New API, resource location depends on the parent resource.
location?: string
Property Value
string
Inherited From ProxyResourceOutput.location
name
systemData
Metadata pertaining to creation and last modification of the resource.
systemData?: SystemDataOutput
Property Value
Inherited From ProxyResourceOutput.systemData
tags
Azure resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ProxyResourceOutput.tags