UserSourceInfo Class

Source information for a deployment.

Inheritance
UserSourceInfo

Constructor

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

Variables

type
str or UserSourceType

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

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.

custom_container
CustomContainer

Custom container payload.