Class AzureResourceEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.AzureResourceEntityProperties
AzureResource entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: The azure resource id of the resource.Get the subscriptionId property: The subscription id of the resource.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
AzureResourceEntityProperties
public AzureResourceEntityProperties()
-
-
Method Details
-
resourceId
Get the resourceId property: The azure resource id of the resource.- Returns:
- the resourceId value.
-
subscriptionId
Get the subscriptionId property: The subscription id of the resource.- Returns:
- the subscriptionId value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-