Class NginxConfigurationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.nginx.fluent.models.NginxConfigurationInner

public final class NginxConfigurationInner extends com.azure.core.management.Resource
The NginxConfiguration model.
  • Constructor Details

    • NginxConfigurationInner

      public NginxConfigurationInner()
  • Method Details

    • properties

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

      public NginxConfigurationInner withProperties(NginxConfigurationProperties properties)
      Set the properties property: The properties property.
      Parameters:
      properties - the properties value to set.
      Returns:
      the NginxConfigurationInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • withLocation

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

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