ApplicationPatchable Class

Information about managed application.

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

Inheritance
azure.mgmt.resource.managedapplications.models._models_py3.GenericResource
ApplicationPatchable

Constructor

ApplicationPatchable(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, managed_by: Optional[str] = None, sku: Optional[azure.mgmt.resource.managedapplications.models._models_py3.Sku] = None, identity: Optional[azure.mgmt.resource.managedapplications.models._models_py3.Identity] = None, plan: Optional[azure.mgmt.resource.managedapplications.models._models_py3.PlanPatchable] = None, kind: Optional[str] = None, managed_resource_group_id: Optional[str] = None, application_definition_id: Optional[str] = None, parameters: Optional[Any] = None, **kwargs)

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

managed_by
str

ID of the resource that manages this resource.

sku
Sku

The SKU of the resource.

identity
Identity

The identity of the resource.

plan
PlanPatchable

The plan information.

kind
str

The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

managed_resource_group_id
str

The managed resource group Id.

application_definition_id
str

The fully qualified path of managed application definition Id.

parameters
any

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

outputs
any

Name and value pairs that define the managed application outputs.

provisioning_state
str or ProvisioningState

The managed application provisioning state. Possible values include: "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating".