DataFeedOptions Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedOptions
- com.
public final class DataFeedOptions
The DataFeedOptions model.
Constructor Summary
Constructor | Description |
---|---|
DataFeedOptions() |
Create a new instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Data |
getAccessMode()
Get the data feed access mode, default is Private. |
String |
getActionLinkTemplate()
Get the action link for alert. |
List<String> |
getAdmins()
Get the list of data feed administrator emails and client |
String |
getDescription()
Get the data |
Data |
getMissingDataPointFillSettings()
Get the data feed data point fill properties. |
Data |
getRollupSettings()
Get the data feed roll up properties. |
List<String> |
getViewers()
Get the list of data feed viewer emails and client |
Data |
setAccessMode(DataFeedAccessMode dataFeedAccessMode)
Set the data feed access mode, default is Private. |
Data |
setActionLinkTemplate(String actionLinkTemplate)
Set the action link for alert. |
Data |
setAdmins(List<String> admins)
Set the list of data feed administrator emails and client |
Data |
setDescription(String dataFeedDescription)
Set the data |
Data |
setMissingDataPointFillSettings(DataFeedMissingDataPointFillSettings dataFeedMissingDataPointFillSettings)
Set the data feed, data point fill properties. |
Data |
setRollupSettings(DataFeedRollupSettings dataFeedRollupSettings)
Set the data feed roll up properties. |
Data |
setViewers(List<String> viewers)
Set the list of data feed viewer emails and client |
Methods inherited from java.lang.Object
Constructor Details
DataFeedOptions
public DataFeedOptions()
Create a new instance of DataFeedOptions.
Method Details
getAccessMode
public DataFeedAccessMode getAccessMode()
Get the data feed access mode, default is Private.
Returns:
getActionLinkTemplate
public String getActionLinkTemplate()
Get the action link for alert.
Returns:
getAdmins
public List
Get the list of data feed administrator emails and clientIds.
The administrators have total control over the DataFeed, being allowed to update, delete, or pause the DataFeed. Each element in this list represents a user with administrator access, but the value of each string element is either user email address or clientId uniquely identifying the user service principal.
Returns:
getDescription
public String getDescription()
Get the dataFeedDescription property: data feed description.
Returns:
getMissingDataPointFillSettings
public DataFeedMissingDataPointFillSettings getMissingDataPointFillSettings()
Get the data feed data point fill properties.
Returns:
getRollupSettings
public DataFeedRollupSettings getRollupSettings()
Get the data feed roll up properties.
Returns:
getViewers
public List
Get the list of data feed viewer emails and clientIds.
The Viewers have read-only access to a DataFeed. Each element in this list represents a user with viewer access, but the value of each string element is either user email address or clientId uniquely identifying the user service principal.
Returns:
setAccessMode
public DataFeedOptions setAccessMode(DataFeedAccessMode dataFeedAccessMode)
Set the data feed access mode, default is Private.
Parameters:
Returns:
setActionLinkTemplate
public DataFeedOptions setActionLinkTemplate(String actionLinkTemplate)
Set the action link for alert.
Parameters:
Returns:
setAdmins
public DataFeedOptions setAdmins(List
Set the list of data feed administrator emails and clientIds.
The administrators have total control over the DataFeed, being allowed to update, delete, or pause the DataFeed. Each element in this list represents a user with administrator access, but the value of each string element is either user email address or clientId uniquely identifying the user service principal.
Parameters:
Returns:
setDescription
public DataFeedOptions setDescription(String dataFeedDescription)
Set the dataFeedDescription property: data feed description.
Parameters:
Returns:
setMissingDataPointFillSettings
public DataFeedOptions setMissingDataPointFillSettings(DataFeedMissingDataPointFillSettings dataFeedMissingDataPointFillSettings)
Set the data feed, data point fill properties.
Parameters:
Returns:
setRollupSettings
public DataFeedOptions setRollupSettings(DataFeedRollupSettings dataFeedRollupSettings)
Set the data feed roll up properties.
Parameters:
Returns:
setViewers
public DataFeedOptions setViewers(List
Set the list of data feed viewer emails and clientIds.
The Viewers have read-only access to a DataFeed. Each element in this list represents a user with viewer access, but the value of each string element is either user email address or clientId uniquely identifying the user service principal.
Parameters:
Returns:
Applies to
Azure SDK for Java