ApplicationPropertiesPatchable Class

The managed application properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.managedapplications._serialization.Model
ApplicationPropertiesPatchable

Constructor

ApplicationPropertiesPatchable(*, managed_resource_group_id: str | None = None, application_definition_id: str | None = None, parameters: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
managed_resource_group_id
str

The managed resource group Id.

application_definition_id
str

The fully qualified path of managed application definition Id.

parameters
<xref:JSON>

Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

Variables

Name Description
managed_resource_group_id
str

The managed resource group Id.

application_definition_id
str

The fully qualified path of managed application definition Id.

parameters
<xref:JSON>

Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

outputs
<xref:JSON>

Name and value pairs that define the managed application outputs.

provisioning_state

The managed application provisioning state. Known values are: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", and "Updating".