Uses of Class
com.azure.resourcemanager.storage.models.RootSquashType
-
Packages that use RootSquashType Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 RootSquashType Modifier and Type Method Description RootSquashTypeFileShareInner. rootSquash()Get the rootSquash property: The property is for NFS share only.RootSquashTypeFileShareItemInner. rootSquash()Get the rootSquash property: The property is for NFS share only.RootSquashTypeFileShareProperties. rootSquash()Get the rootSquash property: The property is for NFS share only.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type RootSquashType Modifier and Type Method Description FileShareInnerFileShareInner. withRootSquash(RootSquashType rootSquash)Set the rootSquash property: The property is for NFS share only.FileShareItemInnerFileShareItemInner. withRootSquash(RootSquashType rootSquash)Set the rootSquash property: The property is for NFS share only.FileSharePropertiesFileShareProperties. 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 RootSquashType Modifier and Type Field Description static RootSquashTypeRootSquashType. ALL_SQUASHStatic value AllSquash for RootSquashType.static RootSquashTypeRootSquashType. NO_ROOT_SQUASHStatic value NoRootSquash for RootSquashType.static RootSquashTypeRootSquashType. ROOT_SQUASHStatic value RootSquash for RootSquashType.Methods in com.azure.resourcemanager.storage.models that return RootSquashType Modifier and Type Method Description static 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 RootSquashType Modifier and Type Method Description static Collection<RootSquashType>RootSquashType. values()
-