Class CloudApplicationEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.CloudApplicationEntityProperties
CloudApplication entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappId()
Get the appId property: The technical identifier of the application.appName()
Get the appName property: The name of the related cloud application.Get the instanceName property: The user defined instance name of the cloud application.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
CloudApplicationEntityProperties
public CloudApplicationEntityProperties()
-
-
Method Details
-
appId
Get the appId property: The technical identifier of the application.- Returns:
- the appId value.
-
appName
Get the appName property: The name of the related cloud application.- Returns:
- the appName value.
-
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:
- the instanceName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-