Class BatchConfigurationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.logic.fluent.models.BatchConfigurationInner

public final class BatchConfigurationInner extends com.azure.core.management.Resource
The batch configuration resource definition.
  • Constructor Details

    • BatchConfigurationInner

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

    • properties

      public BatchConfigurationProperties properties()
      Get the properties property: The batch configuration properties.
      Returns:
      the properties value.
    • withProperties

      public BatchConfigurationInner withProperties(BatchConfigurationProperties properties)
      Set the properties property: The batch configuration properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the BatchConfigurationInner object itself.
    • withLocation

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

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