Class ManagedEnvironmentStorageProperties

java.lang.Object
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorageProperties

public final class ManagedEnvironmentStorageProperties extends Object
Storage properties.
  • Constructor Details

    • ManagedEnvironmentStorageProperties

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

    • azureFile

      public AzureFileProperties azureFile()
      Get the azureFile property: Azure file properties.
      Returns:
      the azureFile value.
    • withAzureFile

      public ManagedEnvironmentStorageProperties withAzureFile(AzureFileProperties azureFile)
      Set the azureFile property: Azure file properties.
      Parameters:
      azureFile - the azureFile value to set.
      Returns:
      the ManagedEnvironmentStorageProperties object itself.
    • validate

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