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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java