Class ConnectedEnvironmentStorageProperties

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

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

    • ConnectedEnvironmentStorageProperties

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

    • azureFile

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

      Set the azureFile property: Azure file properties.
      Parameters:
      azureFile - the azureFile value to set.
      Returns:
      the ConnectedEnvironmentStorageProperties object itself.
    • validate

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