Class ConfigurationProfileAssignmentProperties

java.lang.Object
com.azure.resourcemanager.automanage.models.ConfigurationProfileAssignmentProperties

public final class ConfigurationProfileAssignmentProperties extends Object
Automanage configuration profile assignment properties.
  • Constructor Details

    • ConfigurationProfileAssignmentProperties

      public ConfigurationProfileAssignmentProperties()
  • Method Details

    • configurationProfile

      public String configurationProfile()
      Get the configurationProfile property: The Automanage configurationProfile ARM Resource URI.
      Returns:
      the configurationProfile value.
    • withConfigurationProfile

      public ConfigurationProfileAssignmentProperties withConfigurationProfile(String configurationProfile)
      Set the configurationProfile property: The Automanage configurationProfile ARM Resource URI.
      Parameters:
      configurationProfile - the configurationProfile value to set.
      Returns:
      the ConfigurationProfileAssignmentProperties object itself.
    • targetId

      public String targetId()
      Get the targetId property: The target VM resource URI.
      Returns:
      the targetId value.
    • status

      public String status()
      Get the status property: The status of onboarding, which only appears in the response.
      Returns:
      the status value.
    • validate

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