InputProperties Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. InputProperties
- com.
public class InputProperties
The properties that are associated with an input.
Method Summary
Modifier and Type | Method and Description |
---|---|
Diagnostics |
diagnostics()
Get the diagnostics value. |
String |
etag()
Get the etag value. |
Serialization |
serialization()
Get the serialization value. |
Input |
withSerialization(Serialization serialization)
Set the serialization value. |
Method Details
diagnostics
public Diagnostics diagnostics()
Get the diagnostics value.
Returns:
the diagnostics value
etag
public String etag()
Get the etag value.
Returns:
the etag value
serialization
public Serialization serialization()
Get the serialization value.
Returns:
the serialization value
withSerialization
public InputProperties withSerialization(Serialization serialization)
Set the serialization value.
Parameters:
serialization
- the serialization value to set
Returns:
the InputProperties 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