Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileShareItemInner
Packages that use FileShareItemInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 FileShareItemInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<FileShareItemInner>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>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 FileShareItemInnerModifier and TypeMethodDescriptionstatic FileShareItemInnerFileShareItemInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileShareItemInner from the JsonReader.FileShareItemInner.withAccessTier(ShareAccessTier accessTier) Set the accessTier property: Access tier for specific share.FileShareItemInner.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareItemInner.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the share as metadata.FileShareItemInner.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareItemInner.withShareQuota(Integer shareQuota) Set the shareQuota property: The maximum size of the share, in gigabytes.FileShareItemInner.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 FileShareItemInnerModifier and TypeMethodDescriptionFileShareItems.value()Get the value property: List of file shares returned.