Class ManagedEnvironmentStorageProperties
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorageProperties
-
public final class ManagedEnvironmentStorageProperties extends Object
Storage properties.
-
-
Constructor Summary
Constructors Constructor Description ManagedEnvironmentStorageProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureFileProperties
azureFile()
Get the azureFile property: Azure file properties.void
validate()
Validates the instance.ManagedEnvironmentStorageProperties
withAzureFile(AzureFileProperties azureFile)
Set the azureFile property: Azure file properties.
-
-
-
Method Detail
-
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.
-
-