UserSourceInfo Class

Source information for a deployment.

Inheritance
UserSourceInfo

Constructor

UserSourceInfo(*, type: Optional[Union[str, azure.mgmt.appplatform.v2020_11_01_preview.models._app_platform_management_client_enums.UserSourceType]] = None, relative_path: Optional[str] = None, version: Optional[str] = None, artifact_selector: Optional[str] = None, **kwargs)

Variables

type
str or UserSourceType

Type of the source uploaded. Possible values include: "Jar", "NetCoreZip", "Source".

relative_path
str

Relative path of the storage which stores the source.

version
str

Version of the source.

artifact_selector
str

Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.