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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java