Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureFileProperties
Packages that use AzureFileProperties
Package
Description
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 AzureFilePropertiesModifier and TypeMethodDescriptionConnectedEnvironmentStorageProperties.azureFile()
Get the azureFile property: Azure file properties.ManagedEnvironmentStorageProperties.azureFile()
Get the azureFile property: Azure file properties.static AzureFileProperties
AzureFileProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFileProperties from the JsonReader.AzureFileProperties.withAccessMode
(AccessMode accessMode) Set the accessMode property: Access mode for storage.AzureFileProperties.withAccountKey
(String accountKey) Set the accountKey property: Storage account key for azure file.AzureFileProperties.withAccountName
(String accountName) Set the accountName property: Storage account name for azure file.AzureFileProperties.withShareName
(String shareName) Set the shareName property: Azure file share name.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureFilePropertiesModifier and TypeMethodDescriptionConnectedEnvironmentStorageProperties.withAzureFile
(AzureFileProperties azureFile) Set the azureFile property: Azure file properties.ManagedEnvironmentStorageProperties.withAzureFile
(AzureFileProperties azureFile) Set the azureFile property: Azure file properties.