Uses of Class
com.azure.storage.file.share.models.ShareInfo
Packages that use ShareInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareInfoModifier and TypeMethodDescriptionShareClient.create()Creates the share in the storage account.ShareClient.createIfNotExists()Creates the share in the storage account if it does not exist.ShareClient.setAccessPolicy(List<ShareSignedIdentifier> permissions) Sets stored access policies for the share.ShareClient.setMetadata(Map<String, String> metadata) Sets the user-defined metadata to associate to the share.ShareClient.setProperties(ShareSetPropertiesOptions options) Sets the share's properties.ShareClient.setQuota(int quotaInGB) Deprecated.Methods in com.azure.storage.file.share that return types with arguments of type ShareInfoModifier and TypeMethodDescriptionShareAsyncClient.create()Creates the share in the storage account.ShareAsyncClient.createIfNotExists()Creates the share in the storage account if it does not exist.ShareAsyncClient.createIfNotExistsWithResponse(ShareCreateOptions options) Creates the share in the storage account with the specified options if it does not exist.com.azure.core.http.rest.Response<ShareInfo> ShareClient.createIfNotExistsWithResponse(ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates the share in the storage account with the specified options if it does not exist.ShareAsyncClient.createWithResponse(ShareCreateOptions options) Creates the share in the storage account with the specified options.ShareAsyncClient.createWithResponse(Map<String, String> metadata, Integer quotaInGB) Creates the share in the storage account with the specified metadata and quota.com.azure.core.http.rest.Response<ShareInfo> ShareClient.createWithResponse(ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates the share in the storage account with the specified options.com.azure.core.http.rest.Response<ShareInfo> ShareClient.createWithResponse(Map<String, String> metadata, Integer quotaInGB, Duration timeout, com.azure.core.util.Context context) Creates the share in the storage account with the specified metadata and quota.ShareAsyncClient.setAccessPolicy(List<ShareSignedIdentifier> permissions) Sets stored access policies for the share.ShareAsyncClient.setAccessPolicyWithResponse(ShareSetAccessPolicyOptions options) Sets stored access policies for the share.ShareAsyncClient.setAccessPolicyWithResponse(List<ShareSignedIdentifier> permissions) Sets stored access policies for the share.com.azure.core.http.rest.Response<ShareInfo> ShareClient.setAccessPolicyWithResponse(ShareSetAccessPolicyOptions options, Duration timeout, com.azure.core.util.Context context) Sets stored access policies for the share.com.azure.core.http.rest.Response<ShareInfo> ShareClient.setAccessPolicyWithResponse(List<ShareSignedIdentifier> permissions, Duration timeout, com.azure.core.util.Context context) Sets stored access policies for the share.ShareAsyncClient.setMetadata(Map<String, String> metadata) Sets the user-defined metadata to associate to the share.ShareAsyncClient.setMetadataWithResponse(ShareSetMetadataOptions options) Sets the user-defined metadata to associate to the share.ShareAsyncClient.setMetadataWithResponse(Map<String, String> metadata) Sets the user-defined metadata to associate to the share.com.azure.core.http.rest.Response<ShareInfo> ShareClient.setMetadataWithResponse(ShareSetMetadataOptions options, Duration timeout, com.azure.core.util.Context context) Sets the user-defined metadata to associate to the share.com.azure.core.http.rest.Response<ShareInfo> ShareClient.setMetadataWithResponse(Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Sets the user-defined metadata to associate to the share.ShareAsyncClient.setProperties(ShareSetPropertiesOptions options) Sets the share's properties.ShareAsyncClient.setPropertiesWithResponse(ShareSetPropertiesOptions options) Sets the share's properties.com.azure.core.http.rest.Response<ShareInfo> ShareClient.setPropertiesWithResponse(ShareSetPropertiesOptions options, Duration timeout, com.azure.core.util.Context context) Sets the share's properties.ShareAsyncClient.setQuota(int quotaInGB) Deprecated.ShareAsyncClient.setQuotaWithResponse(int quotaInGB) com.azure.core.http.rest.Response<ShareInfo> ShareClient.setQuotaWithResponse(int quotaInGB, Duration timeout, com.azure.core.util.Context context)
ShareClient.setProperties(ShareSetPropertiesOptions)