PackageUpdateParameters Class

Parameters supplied to update a Test Base Package.

Inheritance
PackageUpdateParameters

Constructor

PackageUpdateParameters(*, tags: Optional[Dict[str, str]] = None, target_os_list: Optional[List[azure.mgmt.testbase.models._models_py3.TargetOSInfo]] = None, flighting_ring: Optional[str] = None, is_enabled: Optional[bool] = None, blob_path: Optional[str] = None, tests: Optional[List[azure.mgmt.testbase.models._models_py3.Test]] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. The tags of the Package.

target_os_list
list[<xref:test_base.models.TargetOSInfo>]
Required

Specifies the target OSs of specific OS Update types.

flighting_ring
str
Required

The flighting ring for feature update.

is_enabled
bool
Required

Specifies whether the package is enabled. It doesn't schedule test for package which is not enabled.

blob_path
str
Required

The file name of the package.

tests
list[<xref:test_base.models.Test>]
Required

The detailed test information.