Class NginxDeploymentInner

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

public final class NginxDeploymentInner extends com.azure.core.management.Resource
The NginxDeployment model.
  • Constructor Details

    • NginxDeploymentInner

      public NginxDeploymentInner()
  • Method Details

    • identity

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

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

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

      public NginxDeploymentInner withProperties(NginxDeploymentProperties properties)
      Set the properties property: The properties property.
      Parameters:
      properties - the properties value to set.
      Returns:
      the NginxDeploymentInner object itself.
    • sku

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

      public NginxDeploymentInner withSku(ResourceSku sku)
      Set the sku property: The sku property.
      Parameters:
      sku - the sku value to set.
      Returns:
      the NginxDeploymentInner 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 NginxDeploymentInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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