CloudApplicationEntity Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. securityinsights. models. Entity - com.
azure. resourcemanager. securityinsights. models. CloudApplicationEntity
- com.
- com.
- com.
public final class CloudApplicationEntity
extends Entity
Represents a cloud application entity.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudApplicationEntity() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalData()
Get the additional |
| Integer |
appId()
Get the app |
| String |
appName()
Get the app |
| String |
friendlyName()
Get the friendly |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
instanceName()
Get the instance |
|
Entity |
kind()
Get the kind property: The kind of the entity. |
| String |
name()
Get the name property: The name of the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from Entity
Methods inherited from java.lang.Object
Constructor Details
CloudApplicationEntity
public CloudApplicationEntity()
Creates an instance of CloudApplicationEntity class.
Method Details
additionalData
public Map<String,Object> additionalData()
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
Returns:
appId
public Integer appId()
Get the appId property: The technical identifier of the application.
Returns:
appName
public String appName()
Get the appName property: The name of the related cloud application.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
Returns:
fromJson
public static CloudApplicationEntity fromJson(JsonReader jsonReader)
Reads an instance of CloudApplicationEntity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CloudApplicationEntity.id()Returns:
instanceName
public String instanceName()
Get the instanceName property: The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.
Returns:
kind
public EntityKindEnum kind()
Get the kind property: The kind of the entity.
Overrides:
CloudApplicationEntity.kind()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CloudApplicationEntity.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
CloudApplicationEntity.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CloudApplicationEntity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CloudApplicationEntity.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CloudApplicationEntity.validate()