Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileShareInner
Packages that use FileShareInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of FileShareInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return FileShareInnerModifier and TypeMethodDescriptionFileSharesClient.create(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Creates a new share under the specified account as described by request body.Gets properties of a specified share.FileSharesClient.update(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileShareInnerModifier and TypeMethodDescriptionFileSharesClient.createAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Creates a new share under the specified account as described by request body.FileSharesClient.createAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand) Creates a new share under the specified account as described by request body.com.azure.core.http.rest.Response<FileShareInner>FileSharesClient.createWithResponse(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand, com.azure.core.util.Context context) Creates a new share under the specified account as described by request body.Mono<com.azure.core.http.rest.Response<FileShareInner>>FileSharesClient.createWithResponseAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand) Creates a new share under the specified account as described by request body.Gets properties of a specified share.FileSharesClient.getAsync(String resourceGroupName, String accountName, String shareName, String expand, String xMsSnapshot) Gets properties of a specified share.com.azure.core.http.rest.Response<FileShareInner>FileSharesClient.getWithResponse(String resourceGroupName, String accountName, String shareName, String expand, String xMsSnapshot, com.azure.core.util.Context context) Gets properties of a specified share.Mono<com.azure.core.http.rest.Response<FileShareInner>>FileSharesClient.getWithResponseAsync(String resourceGroupName, String accountName, String shareName, String expand, String xMsSnapshot) Gets properties of a specified share.FileSharesClient.updateAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body.com.azure.core.http.rest.Response<FileShareInner>FileSharesClient.updateWithResponse(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, com.azure.core.util.Context context) Updates share properties as specified in request body.Mono<com.azure.core.http.rest.Response<FileShareInner>>FileSharesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body.Methods in com.azure.resourcemanager.storage.fluent with parameters of type FileShareInnerModifier and TypeMethodDescriptionFileSharesClient.create(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Creates a new share under the specified account as described by request body.FileSharesClient.createAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Creates a new share under the specified account as described by request body.FileSharesClient.createAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand) Creates a new share under the specified account as described by request body.com.azure.core.http.rest.Response<FileShareInner>FileSharesClient.createWithResponse(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand, com.azure.core.util.Context context) Creates a new share under the specified account as described by request body.Mono<com.azure.core.http.rest.Response<FileShareInner>>FileSharesClient.createWithResponseAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, String expand) Creates a new share under the specified account as described by request body.FileSharesClient.update(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body.FileSharesClient.updateAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body.com.azure.core.http.rest.Response<FileShareInner>FileSharesClient.updateWithResponse(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare, com.azure.core.util.Context context) Updates share properties as specified in request body.Mono<com.azure.core.http.rest.Response<FileShareInner>>FileSharesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String shareName, FileShareInner fileShare) Updates share properties as specified in request body. -
Uses of FileShareInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileShareInnerModifier and TypeMethodDescriptionFileShareInner.withAccessTier(ShareAccessTier accessTier) Set the accessTier property: Access tier for specific share.FileShareInner.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareInner.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the share as metadata.FileShareInner.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareInner.withShareQuota(Integer shareQuota) Set the shareQuota property: The maximum size of the share, in gigabytes.FileShareInner.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share.