Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileShareItemInner
-
Packages that use FileShareItemInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.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 FileShareItemInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileShareItemInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<FileShareItemInner>FileSharesClient. list(String resourceGroupName, String accountName)Lists all shares.com.azure.core.http.rest.PagedIterable<FileShareItemInner>FileSharesClient. list(String resourceGroupName, String accountName, String maxpagesize, String filter, String expand, com.azure.core.util.Context context)Lists all shares.com.azure.core.http.rest.PagedFlux<FileShareItemInner>FileSharesClient. listAsync(String resourceGroupName, String accountName)Lists all shares.com.azure.core.http.rest.PagedFlux<FileShareItemInner>FileSharesClient. listAsync(String resourceGroupName, String accountName, String maxpagesize, String filter, String expand)Lists all shares. -
Uses of FileShareItemInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileShareItemInner Modifier and Type Method Description FileShareItemInnerFileShareItemInner. withAccessTier(ShareAccessTier accessTier)Set the accessTier property: Access tier for specific share.FileShareItemInnerFileShareItemInner. withEnabledProtocols(EnabledProtocols enabledProtocols)Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareItemInnerFileShareItemInner. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair to associate with the share as metadata.FileShareItemInnerFileShareItemInner. withRootSquash(RootSquashType rootSquash)Set the rootSquash property: The property is for NFS share only.FileShareItemInnerFileShareItemInner. withShareQuota(Integer shareQuota)Set the shareQuota property: The maximum size of the share, in gigabytes.FileShareItemInnerFileShareItemInner. withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers)Set the signedIdentifiers property: List of stored access policies specified on the share. -
Uses of FileShareItemInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type FileShareItemInner Modifier and Type Method Description List<FileShareItemInner>FileShareItems. value()Get the value property: List of file shares returned.
-