Artifact Class
An artifact.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.ResourceArtifact
Constructor
Artifact(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
Variables
- id
- str
The identifier of the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- title
- str
The artifact's title.
- description
- str
The artifact's description.
- publisher
- str
The artifact's publisher.
- file_path
- str
The file path to the artifact.
- icon
- str
The URI to the artifact icon.
- target_os_type
- str
The artifact's target OS.
- parameters
- object
The artifact's parameters.
- created_date
- datetime
The artifact's creation date.
Feedback
Submit and view feedback for