| 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 |
|---|---|
StorageAccountInner |
StorageAccountsClient.create(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
StorageAccountInner |
StorageAccountsClient.create(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters,
com.azure.core.util.Context context)
Asynchronously creates a new storage account with the specified parameters.
|
StorageAccountInner |
StorageAccountsClient.getByResourceGroup(String resourceGroupName,
String accountName)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountInner.withAllowBlobPublicAccess(Boolean allowBlobPublicAccess)
Set the allowBlobPublicAccess property: Allow or disallow public access to all blobs or containers in the storage
account.
|
StorageAccountInner |
StorageAccountInner.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.
|
StorageAccountInner |
StorageAccountInner.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for
Azure Files.
|
StorageAccountInner |
StorageAccountInner.withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set the enableHttpsTrafficOnly property: Allows https traffic only to storage service if sets to true.
|
StorageAccountInner |
StorageAccountInner.withEnableNfsV3(Boolean enableNfsV3)
Set the enableNfsV3 property: NFS 3.0 protocol support enabled if set to true.
|
StorageAccountInner |
StorageAccountInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extendedLocation of the resource.
|
StorageAccountInner |
StorageAccountInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
StorageAccountInner |
StorageAccountInner.withIsHnsEnabled(Boolean isHnsEnabled)
Set the isHnsEnabled property: Account HierarchicalNamespace enabled if sets to true.
|
StorageAccountInner |
StorageAccountInner.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
StorageAccountInner |
StorageAccountInner.withLocation(String location) |
StorageAccountInner |
StorageAccountInner.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountInner |
StorageAccountInner.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
StorageAccountInner |
StorageAccountInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.