Uses of Class
com.azure.resourcemanager.appcontainers.models.NfsAzureFileProperties
Packages that use NfsAzureFileProperties
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of NfsAzureFileProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return NfsAzureFilePropertiesModifier and TypeMethodDescriptionstatic NfsAzureFileProperties
NfsAzureFileProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NfsAzureFileProperties from the JsonReader.ManagedEnvironmentStorageProperties.nfsAzureFile()
Get the nfsAzureFile property: NFS Azure file properties.NfsAzureFileProperties.withAccessMode
(AccessMode accessMode) Set the accessMode property: Access mode for storage.NfsAzureFileProperties.withServer
(String server) Set the server property: Server for NFS azure file.NfsAzureFileProperties.withShareName
(String shareName) Set the shareName property: NFS Azure file share name.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type NfsAzureFilePropertiesModifier and TypeMethodDescriptionManagedEnvironmentStorageProperties.withNfsAzureFile
(NfsAzureFileProperties nfsAzureFile) Set the nfsAzureFile property: NFS Azure file properties.