GraphQueryResource Interface
public interface GraphQueryResource
An immutable client-side representation of GraphQueryResource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
description()
Gets the description property: The description of a graph query. |
abstract String |
etag()
Gets the etag property: This will be used to handle Optimistic Concurrency. |
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Graph |
innerModel()
Gets the inner com. |
abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract String |
query()
Gets the query property: KQL query that will be graph. |
abstract
Graph |
refresh()
Refreshes the resource to sync with Azure. |
abstract
Graph |
refresh(Context context)
Refreshes the resource to sync with Azure. |
abstract Region |
region()
Gets the region of the resource. |
abstract String |
regionName()
Gets the name of the resource region. |
abstract String |
resourceGroupName()
Gets the name of the resource group. |
abstract
Result |
resultKind()
Gets the result |
abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
abstract
Offset |
timeModified()
Gets the time |
abstract String |
type()
Gets the type property: The type of the resource. |
abstract Update |
update()
Begins update for the Graph |
Method Details
description
public abstract String description()
Gets the description property: The description of a graph query.
Returns:
etag
public abstract String etag()
Gets the etag property: This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract GraphQueryResourceInner innerModel()
Gets the inner com.azure.resourcemanager.resourcegraph.fluent.models.GraphQueryResourceInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
query
public abstract String query()
Gets the query property: KQL query that will be graph.
Returns:
refresh
public abstract GraphQueryResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract GraphQueryResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
resultKind
public abstract ResultKind resultKind()
Gets the resultKind property: Enum indicating a type of graph query.
Returns:
tags
public abstract Map
Gets the tags property: Resource tags.
Returns:
timeModified
public abstract OffsetDateTime timeModified()
Gets the timeModified property: Date and time in UTC of the last modification that was made to this graph query definition.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract GraphQueryResource.Update update()
Begins update for the GraphQueryResource resource.
Returns:
Applies to
Azure SDK for Java