Class AssemblyDefinitionInner

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

public final class AssemblyDefinitionInner extends com.azure.core.management.Resource
The assembly definition.
  • Constructor Details

    • AssemblyDefinitionInner

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

    • properties

      public AssemblyProperties properties()
      Get the properties property: The assembly properties.
      Returns:
      the properties value.
    • withProperties

      public AssemblyDefinitionInner withProperties(AssemblyProperties properties)
      Set the properties property: The assembly properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AssemblyDefinitionInner object itself.
    • withLocation

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

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