DataSource Interface
public interface DataSource
An immutable client-side representation of DataSource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
etag()
Gets the etag property: The ETag of the data source. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Data |
innerModel()
Gets the inner com. |
|
abstract
Data |
kind()
Gets the kind property: The kind of the Data |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Object |
properties()
Gets the properties property: The data source properties in raw json format, each kind of data source have it's own schema. |
|
abstract
Data |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Data |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Data |
Method Details
etag
public abstract String etag()
Gets the etag property: The ETag of the data source.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DataSourceInner innerModel()
Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner object.
Returns:
kind
public abstract DataSourceKind kind()
Gets the kind property: The kind of the DataSource.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract Object properties()
Gets the properties property: The data source properties in raw json format, each kind of data source have it's own schema.
Returns:
refresh
public abstract DataSource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DataSource 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:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DataSource.Update update()
Begins update for the DataSource resource.
Returns: