| 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 |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.beginCreate(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.beginCreate(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters,
com.azure.core.util.Context context)
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.beginCreateAsync(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)
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.
|
Mono<StorageAccountInner> |
StorageAccountsClient.createAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
StorageAccountsClient.createWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAccessTier(AccessTier accessTier)
Set the accessTier property: Required for storage accounts where kind = BlobStorage.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAllowBlobPublicAccess(Boolean allowBlobPublicAccess)
Set the allowBlobPublicAccess property: Allow or disallow public access to all blobs or containers in the storage
account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.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.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for
Azure Files.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withCustomDomain(CustomDomain customDomain)
Set the customDomain property: User domain assigned to the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set the enableHttpsTrafficOnly property: Allows https traffic only to storage service if sets to true.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEnableNfsV3(Boolean enableNfsV3)
Set the enableNfsV3 property: NFS 3.0 protocol support enabled if set to true.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEncryption(Encryption encryption)
Set the encryption property: Not applicable.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Optional.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withIsHnsEnabled(Boolean isHnsEnabled)
Set the isHnsEnabled property: Account HierarchicalNamespace enabled if sets to true.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withKeyPolicy(KeyPolicy keyPolicy)
Set the keyPolicy property: KeyPolicy assigned to the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withKind(Kind kind)
Set the kind property: Required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLocation(String location)
Set the location property: Required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network rule set.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withSasPolicy(SasPolicy sasPolicy)
Set the sasPolicy property: SasPolicy assigned to the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withSku(Sku sku)
Set the sku property: Required.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.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.