TargetReference Class
Model that represents a reference to a Target in the selector.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.chaos._serialization.ModelTargetReference
Constructor
TargetReference(*, type: str | _models.TargetReferenceType, id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Enum of the Target reference type. Required. "ChaosTarget" |
id
|
String of the resource ID of a Target resource. Required. |
Variables
Name | Description |
---|---|
type
|
Enum of the Target reference type. Required. "ChaosTarget" |
id
|
String of the resource ID of a Target resource. Required. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python