ComputeLongRunningOperationProperties Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ComputeLongRunningOperationProperties
- com.
public class ComputeLongRunningOperationProperties
Compute-specific operation properties, including output.
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
output()
Get the output value. |
Compute |
withOutput(Object output)
Set the output value. |
Method Details
output
public Object output()
Get the output value.
Returns:
the output value
withOutput
public ComputeLongRunningOperationProperties withOutput(Object output)
Set the output value.
Parameters:
output
- the output value to set
Returns:
the ComputeLongRunningOperationProperties object itself.
Applies to
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 Java