ApplicationResource interface
The application resource.
- Extends
Properties
identity | Describes the managed identities for an Azure resource. |
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 NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Inherited Properties
id | Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location depends on the parent resource. |
name | Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Azure resource tags. |
type | Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
identity
Describes the managed identities for an Azure resource.
identity?: ManagedIdentity
Property Value
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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
provisioningState
The current deployment or provisioning state, which only appears in the response NOTE: This property will not be serialized. It can only be populated by the server.
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
Inherited Property Details
id
Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
location
Resource location depends on the parent resource.
location?: string
Property Value
string
Inherited From ProxyResource.location
name
Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
tags
Azure resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ProxyResource.tags
type
Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript