DataWarehouseUserActivitiesInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. DataWarehouseUserActivitiesInner
- com.
- com.
public final class DataWarehouseUserActivitiesInner
extends ProxyResource
User activities of a data warehouse.
Constructor Summary
Constructor | Description |
---|---|
DataWarehouseUserActivitiesInner() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
activeQueriesCount()
Get the active |
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DataWarehouseUserActivitiesInner
public DataWarehouseUserActivitiesInner()
Creates an instance of DataWarehouseUserActivitiesInner class.
Method Details
activeQueriesCount
public Integer activeQueriesCount()
Get the activeQueriesCount property: Count of running and suspended queries.
Returns:
fromJson
public static DataWarehouseUserActivitiesInner fromJson(JsonReader jsonReader)
Reads an instance of DataWarehouseUserActivitiesInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DataWarehouseUserActivitiesInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DataWarehouseUserActivitiesInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataWarehouseUserActivitiesInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DataWarehouseUserActivitiesInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java