java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcompute.fluent.models.MachineInner

public final class MachineInner extends com.azure.core.management.Resource
Describes a hybrid machine.
  • Constructor Details

    • MachineInner

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

    • properties

      public MachineProperties properties()
      Get the properties property: Hybrid Compute Machine properties.
      Returns:
      the properties value.
    • withProperties

      public MachineInner withProperties(MachineProperties properties)
      Set the properties property: Hybrid Compute Machine properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MachineInner object itself.
    • identity

      public Identity identity()
      Get the identity property: Identity for the resource.
      Returns:
      the identity value.
    • withIdentity

      public MachineInner withIdentity(Identity identity)
      Set the identity property: Identity for the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the MachineInner 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 MachineInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public MachineInner 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.