Class NginxDeploymentUpdateParameters

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxDeploymentUpdateParameters

public final class NginxDeploymentUpdateParameters extends Object
The NginxDeploymentUpdateParameters model.
  • Constructor Details

    • NginxDeploymentUpdateParameters

      public NginxDeploymentUpdateParameters()
  • Method Details

    • identity

      public IdentityProperties identity()
      Get the identity property: The identity property.
      Returns:
      the identity value.
    • withIdentity

      public NginxDeploymentUpdateParameters withIdentity(IdentityProperties identity)
      Set the identity property: The identity property.
      Parameters:
      identity - the identity value to set.
      Returns:
      the NginxDeploymentUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Dictionary of <string>.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Dictionary of <string>.
      Parameters:
      tags - the tags value to set.
      Returns:
      the NginxDeploymentUpdateParameters object itself.
    • sku

      public ResourceSku sku()
      Get the sku property: The sku property.
      Returns:
      the sku value.
    • withSku

      Set the sku property: The sku property.
      Parameters:
      sku - the sku value to set.
      Returns:
      the NginxDeploymentUpdateParameters object itself.
    • location

      public String location()
      Get the location property: The location property.
      Returns:
      the location value.
    • withLocation

      public NginxDeploymentUpdateParameters withLocation(String location)
      Set the location property: The location property.
      Parameters:
      location - the location value to set.
      Returns:
      the NginxDeploymentUpdateParameters object itself.
    • properties

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

      Set the properties property: The properties property.
      Parameters:
      properties - the properties value to set.
      Returns:
      the NginxDeploymentUpdateParameters object itself.
    • validate

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