java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridnetwork.fluent.models.DeviceInner

public final class DeviceInner extends com.azure.core.management.Resource
Device resource.
  • Constructor Details

    • DeviceInner

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

    • properties

      public DevicePropertiesFormat properties()
      Get the properties property: Device properties.
      Returns:
      the properties value.
    • withProperties

      public DeviceInner withProperties(DevicePropertiesFormat properties)
      Set the properties property: Device properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DeviceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • withLocation

      public DeviceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DeviceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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