AvailableOSResource Class

The Available OS resource.

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

Inheritance
azure.mgmt.testbase.models._models_py3.ProxyResource
AvailableOSResource

Constructor

AvailableOSResource(*, os_id: Optional[str] = None, os_name: Optional[str] = None, os_version: Optional[str] = None, insider_channel: Optional[str] = None, os_update_type: Optional[str] = None, os_platform: Optional[str] = None, **kwargs)

Parameters

os_id
str
Required

The Id of an Available OS of a Test Base Account.

os_name
str
Required

The name of an Available OS of a Test Base Account.

os_version
str
Required

The version of an Available OS of a Test Base Account.

insider_channel
str
Required

The insider channel of an Available OS of a Test Base Account.

os_update_type
str
Required

The OS update type of an Available OS of a Test Base Account.

os_platform
str
Required

The Platform of an Available OS of a Test Base Account.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

system_data
<xref:test_base.models.SystemData>

The system metadata relating to this resource.