| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInner |
FileSharesClient.create(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare)
Creates a new share under the specified account as described by request body.
|
FileShareInner |
FileSharesClient.get(String resourceGroupName,
String accountName,
String shareName)
Gets properties of a specified share.
|
FileShareInner |
FileSharesClient.update(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare)
Updates share properties as specified in request body.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInner |
FileSharesClient.create(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare)
Creates a new share under the specified account as described by request body.
|
Mono<FileShareInner> |
FileSharesClient.createAsync(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare)
Creates a new share under the specified account as described by request body.
|
Mono<FileShareInner> |
FileSharesClient.createAsync(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare,
PutSharesExpand 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,
PutSharesExpand 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,
PutSharesExpand expand)
Creates a new share under the specified account as described by request body.
|
FileShareInner |
FileSharesClient.update(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare)
Updates share properties as specified in request body.
|
Mono<FileShareInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInner |
FileShareInner.withAccessTier(ShareAccessTier accessTier)
Set the accessTier property: Access tier for specific share.
|
FileShareInner |
FileShareInner.withEnabledProtocols(EnabledProtocols enabledProtocols)
Set the enabledProtocols property: The authentication protocol that is used for the file share.
|
FileShareInner |
FileShareInner.withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair to associate with the share as metadata.
|
FileShareInner |
FileShareInner.withRootSquash(RootSquashType rootSquash)
Set the rootSquash property: The property is for NFS share only.
|
FileShareInner |
FileShareInner.withShareQuota(Integer shareQuota)
Set the shareQuota property: The maximum size of the share, in gigabytes.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.