Class ConfigurationProfileInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.automanage.fluent.models.ConfigurationProfileInner

public final class ConfigurationProfileInner extends com.azure.core.management.Resource
Definition of the configuration profile.
  • Constructor Details

    • ConfigurationProfileInner

      public ConfigurationProfileInner()
  • Method Details

    • properties

      public ConfigurationProfileProperties properties()
      Get the properties property: Properties of the configuration profile.
      Returns:
      the properties value.
    • withProperties

      public ConfigurationProfileInner withProperties(ConfigurationProfileProperties properties)
      Set the properties property: Properties of the configuration profile.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ConfigurationProfileInner object itself.
    • 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.
    • withLocation

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

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