| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAccessTier(AccessTier accessTier)
Set required for storage accounts where kind = BlobStorage.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAllowBlobPublicAccess(Boolean allowBlobPublicAccess)
Set allow or disallow public access to all blobs or containers in the storage account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set provides the identity based authentication settings for Azure Files.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withCustomDomain(CustomDomain customDomain)
Set custom domain assigned to the storage account by the user.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set allows https traffic only to storage service if sets to true.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withIdentity(Identity identity)
Set the identity of the resource.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withKind(Kind kind)
Set optional.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set allow large file shares if sets to Enabled.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set network rule set.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set maintains information about the network routing choice opted by the user for data transfer.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
Set gets or sets the SKU name.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withTags(Map<String,String> tags)
Set gets or sets a list of key value pairs that describe the resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/