ApplicationTypeVersionResource Class

An application type version resource for the specified application type name resource.

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

Inheritance
azure.mgmt.servicefabric.models._models_py3.ProxyResource
ApplicationTypeVersionResource

Constructor

ApplicationTypeVersionResource(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, app_package_url: Optional[str] = None, **kwargs)

Parameters

location
str
Required

It will be deprecated in New API, resource location depends on the parent resource.

tags
dict[str, str]
Required

A set of tags. Azure resource tags.

app_package_url
str
Required

The URL to the application package.

Variables

id
str

Azure resource identifier.

name
str

Azure resource name.

type
str

Azure resource type.

etag
str

Azure resource etag.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

provisioning_state
str

The current deployment or provisioning state, which only appears in the response.

default_parameter_list
dict[str, str]

List of application type parameters that can be overridden when creating or updating the application.