Class ExternalResource
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.digitaltwins.models.ExternalResource
- Direct Known Subclasses:
DigitalTwinsEndpointResourceInner
,TimeSeriesDatabaseConnectionInner
public class ExternalResource
extends com.azure.core.management.ProxyResource
Definition of a resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ExternalResource
public ExternalResource()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-