Class MachineExtensionInner

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

public final class MachineExtensionInner extends com.azure.core.management.Resource
Describes a Machine Extension.
  • Constructor Details

    • MachineExtensionInner

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

    • properties

      public MachineExtensionProperties properties()
      Get the properties property: Describes Machine Extension Properties.
      Returns:
      the properties value.
    • withProperties

      public MachineExtensionInner withProperties(MachineExtensionProperties properties)
      Set the properties property: Describes Machine Extension Properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MachineExtensionInner 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 MachineExtensionInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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