Class NginxStorageAccount

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

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

    • NginxStorageAccount

      public NginxStorageAccount()
  • Method Details

    • accountName

      public String accountName()
      Get the accountName property: The accountName property.
      Returns:
      the accountName value.
    • withAccountName

      public NginxStorageAccount withAccountName(String accountName)
      Set the accountName property: The accountName property.
      Parameters:
      accountName - the accountName value to set.
      Returns:
      the NginxStorageAccount object itself.
    • containerName

      public String containerName()
      Get the containerName property: The containerName property.
      Returns:
      the containerName value.
    • withContainerName

      public NginxStorageAccount withContainerName(String containerName)
      Set the containerName property: The containerName property.
      Parameters:
      containerName - the containerName value to set.
      Returns:
      the NginxStorageAccount object itself.
    • validate

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