Input Interface
public interface Input
An immutable client-side representation of Input.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Input |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Resource name. |
|
abstract
Input |
properties()
Gets the properties property: The properties that are associated with an input. |
| abstract Input |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Input |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Resource |
test()
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service. |
|
abstract
Resource |
test(InputInner input, Context context)
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service. |
| abstract String |
type()
Gets the type property: Resource type. |
| abstract Update |
update()
Begins update for the Input resource. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract InputInner innerModel()
Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.InputInner object.
Returns:
name
public abstract String name()
Gets the name property: Resource name.
Returns:
properties
public abstract InputProperties properties()
Gets the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
Returns:
refresh
public abstract Input refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Input refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
test
public abstract ResourceTestStatus test()
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Returns:
test
public abstract ResourceTestStatus test(InputInner input, Context context)
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Parameters:
Returns:
type
public abstract String type()
Gets the type property: Resource type.
Returns:
update
public abstract Input.Update update()
Begins update for the Input resource.
Returns: