Uses of Class
com.azure.resourcemanager.netapp.models.ChownMode
Packages that use ChownMode
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of ChownMode in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as ChownModeModifier and TypeFieldDescriptionstatic final ChownMode
ChownMode.RESTRICTED
Static value Restricted for ChownMode.static final ChownMode
ChownMode.UNRESTRICTED
Static value Unrestricted for ChownMode.Methods in com.azure.resourcemanager.netapp.models that return ChownModeModifier and TypeMethodDescriptionExportPolicyRule.chownMode()
Get the chownMode property: This parameter specifies who is authorized to change the ownership of a file.static ChownMode
ChownMode.fromString
(String name) Creates or finds a ChownMode from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type ChownModeModifier and TypeMethodDescriptionstatic Collection
<ChownMode> ChownMode.values()
Gets known ChownMode values.Methods in com.azure.resourcemanager.netapp.models with parameters of type ChownModeModifier and TypeMethodDescriptionExportPolicyRule.withChownMode
(ChownMode chownMode) Set the chownMode property: This parameter specifies who is authorized to change the ownership of a file.