ArmSecurityInsightsModelFactory.LastDataReceivedDataType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityInsights.Models.LastDataReceivedDataType LastDataReceivedDataType(string name = default, string lastDataReceivedQuery = default);
static member LastDataReceivedDataType : string * string -> Azure.ResourceManager.SecurityInsights.Models.LastDataReceivedDataType
Public Shared Function LastDataReceivedDataType (Optional name As String = Nothing, Optional lastDataReceivedQuery As String = Nothing) As LastDataReceivedDataType
Parameters
- name
- String
Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder.
- lastDataReceivedQuery
- String
Query for indicate last data received.
Returns
A new LastDataReceivedDataType instance for mocking.