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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java