Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureFileProperties
-
Packages that use AzureFileProperties Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AzureFileProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureFileProperties Modifier and Type Method Description AzureFileProperties
ManagedEnvironmentStorageProperties. azureFile()
Get the azureFile property: Azure file properties.AzureFileProperties
AzureFileProperties. withAccessMode(AccessMode accessMode)
Set the accessMode property: Access mode for storage.AzureFileProperties
AzureFileProperties. withAccountKey(String accountKey)
Set the accountKey property: Storage account key for azure file.AzureFileProperties
AzureFileProperties. withAccountName(String accountName)
Set the accountName property: Storage account name for azure file.AzureFileProperties
AzureFileProperties. withShareName(String shareName)
Set the shareName property: Azure file share name.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureFileProperties Modifier and Type Method Description ManagedEnvironmentStorageProperties
ManagedEnvironmentStorageProperties. withAzureFile(AzureFileProperties azureFile)
Set the azureFile property: Azure file properties.
-