| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountsClient.update(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
Mono<StorageAccountInner> |
StorageAccountsClient.updateAsync(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
com.azure.core.http.rest.Response<StorageAccountInner> |
StorageAccountsClient.updateWithResponse(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters,
com.azure.core.util.Context context)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountInner>> |
StorageAccountsClient.updateWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAccessTier(AccessTier accessTier)
Set the accessTier property: Required for storage accounts where kind = BlobStorage.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAllowBlobPublicAccess(Boolean allowBlobPublicAccess)
Set the allowBlobPublicAccess property: Allow or disallow public access to all blobs or containers in the storage
account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAllowSharedKeyAccess(Boolean allowSharedKeyAccess)
Set the allowSharedKeyAccess property: Indicates whether the storage account permits requests to be authorized
with the account access key via Shared Key.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for
Azure Files.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withCustomDomain(CustomDomain customDomain)
Set the customDomain property: Custom domain assigned to the storage account by the user.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set the enableHttpsTrafficOnly property: Allows https traffic only to storage service if sets to true.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEncryption(Encryption encryption)
Set the encryption property: Provides the encryption settings on the account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withKeyPolicy(KeyPolicy keyPolicy)
Set the keyPolicy property: KeyPolicy assigned to the storage account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withKind(Kind kind)
Set the kind property: Optional.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network rule set.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withSasPolicy(SasPolicy sasPolicy)
Set the sasPolicy property: SasPolicy assigned to the storage account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withSku(Sku sku)
Set the sku property: Gets or sets the SKU name.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withTags(Map<String,String> tags)
Set the tags property: Gets or sets a list of key value pairs that describe the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.