Class AzureResourceBase

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.resources.models.AzureResourceBase
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
Direct Known Subclasses:
DeploymentStackInner, DeploymentStackValidateResultInner

public class AzureResourceBase extends com.azure.core.management.ProxyResource
Common properties for all Azure resources.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of AzureResourceBase class.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.ProxyResource

    fromJson, id, name, toJson, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AzureResourceBase

      public AzureResourceBase()
      Creates an instance of AzureResourceBase class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.