Uses of Class
com.azure.storage.file.share.models.ShareRootSquash
-
Packages that use ShareRootSquash Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareRootSquash in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareRootSquash Modifier and Type Method Description static ShareRootSquashShareRootSquash. fromString(String value)Parses a serialized value to a ShareRootSquash instance.ShareRootSquashShareProperties. getRootSquash()Get the rootSquash property: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'.static ShareRootSquashShareRootSquash. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareRootSquash[]ShareRootSquash. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.share.models with parameters of type ShareRootSquash Modifier and Type Method Description SharePropertiesShareProperties. setRootSquash(ShareRootSquash rootSquash)Set the rootSquash property: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. -
Uses of ShareRootSquash in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareRootSquash Modifier and Type Method Description ShareRootSquashShareCreateOptions. getRootSquash()ShareRootSquashShareSetPropertiesOptions. getRootSquash()Methods in com.azure.storage.file.share.options with parameters of type ShareRootSquash Modifier and Type Method Description ShareCreateOptionsShareCreateOptions. setRootSquash(ShareRootSquash rootSquash)ShareSetPropertiesOptionsShareSetPropertiesOptions. setRootSquash(ShareRootSquash rootSquash)
-