Uses of Class
com.azure.resourcemanager.storage.models.RootSquashType
Packages that use RootSquashType
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of RootSquashType in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return RootSquashTypeModifier and TypeMethodDescriptionFileShareInner.rootSquash()Get the rootSquash property: The property is for NFS share only.FileShareItemInner.rootSquash()Get the rootSquash property: The property is for NFS share only.FileShareProperties.rootSquash()Get the rootSquash property: The property is for NFS share only.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type RootSquashTypeModifier and TypeMethodDescriptionFileShareInner.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareItemInner.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareProperties.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only. -
Uses of RootSquashType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as RootSquashTypeModifier and TypeFieldDescriptionstatic final RootSquashTypeRootSquashType.ALL_SQUASHStatic value AllSquash for RootSquashType.static final RootSquashTypeRootSquashType.NO_ROOT_SQUASHStatic value NoRootSquash for RootSquashType.static final RootSquashTypeRootSquashType.ROOT_SQUASHStatic value RootSquash for RootSquashType.Methods in com.azure.resourcemanager.storage.models that return RootSquashTypeModifier and TypeMethodDescriptionstatic RootSquashTypeRootSquashType.fromString(String name) Creates or finds a RootSquashType from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type RootSquashTypeModifier and TypeMethodDescriptionstatic Collection<RootSquashType>RootSquashType.values()Gets known RootSquashType values.