| Modifier and Type | Method and Description |
|---|---|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAccessTier(AccessTier accessTier)
Set required for storage accounts where kind = BlobStorage.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAllowBlobPublicAccess(Boolean allowBlobPublicAccess)
Set allow or disallow public access to all blobs or containers in the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set provides the identity based authentication settings for Azure Files.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withCustomDomain(CustomDomain customDomain)
Set user domain assigned to the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set allows https traffic only to storage service if sets to true.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEncryption(Encryption encryption)
Set not applicable.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withIdentity(Identity identity)
Set the identity of the resource.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withIsHnsEnabled(Boolean isHnsEnabled)
Set account HierarchicalNamespace enabled if sets to true.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withKind(Kind kind)
Set required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set allow large file shares if sets to Enabled.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLocation(String location)
Set required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set network rule set.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set maintains information about the network routing choice opted by the user for data transfer.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
Set required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.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.
*/