public class StorageAccountCreateParameters extends Object
Constructor and Description |
---|
StorageAccountCreateParameters() |
Modifier and Type | Method and Description |
---|---|
AccessTier |
accessTier()
Get required for storage accounts where kind = BlobStorage.
|
CustomDomain |
customDomain()
Get user domain assigned to the storage account.
|
Boolean |
enableAzureFilesAadIntegration()
Get enables Azure Files AAD Integration for SMB if sets to true.
|
Boolean |
enableHttpsTrafficOnly()
Get allows https traffic only to storage service if sets to true.
|
Encryption |
encryption()
Get provides the encryption settings on the account.
|
Identity |
identity()
Get the identity of the resource.
|
Boolean |
isHnsEnabled()
Get account HierarchicalNamespace enabled if sets to true.
|
Kind |
kind()
Get required.
|
String |
location()
Get required.
|
NetworkRuleSet |
networkRuleSet()
Get network rule set.
|
com.microsoft.azure.management.storage.implementation.SkuInner |
sku()
Get required.
|
Map<String,String> |
tags()
Get gets or sets a list of key value pairs that describe the resource.
|
StorageAccountCreateParameters |
withAccessTier(AccessTier accessTier)
Set required for storage accounts where kind = BlobStorage.
|
StorageAccountCreateParameters |
withCustomDomain(CustomDomain customDomain)
Set user domain assigned to the storage account.
|
StorageAccountCreateParameters |
withEnableAzureFilesAadIntegration(Boolean enableAzureFilesAadIntegration)
Set enables Azure Files AAD Integration for SMB if sets to true.
|
StorageAccountCreateParameters |
withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set allows https traffic only to storage service if sets to true.
|
StorageAccountCreateParameters |
withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
StorageAccountCreateParameters |
withIdentity(Identity identity)
Set the identity of the resource.
|
StorageAccountCreateParameters |
withIsHnsEnabled(Boolean isHnsEnabled)
Set account HierarchicalNamespace enabled if sets to true.
|
StorageAccountCreateParameters |
withKind(Kind kind)
Set required.
|
StorageAccountCreateParameters |
withLocation(String location)
Set required.
|
StorageAccountCreateParameters |
withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set network rule set.
|
StorageAccountCreateParameters |
withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
Set required.
|
StorageAccountCreateParameters |
withTags(Map<String,String> tags)
Set gets or sets a list of key value pairs that describe the resource.
|
public com.microsoft.azure.management.storage.implementation.SkuInner sku()
public StorageAccountCreateParameters withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
sku
- the sku value to setpublic Kind kind()
public StorageAccountCreateParameters withKind(Kind kind)
kind
- the kind value to setpublic String location()
public StorageAccountCreateParameters withLocation(String location)
location
- the location value to setpublic Map<String,String> tags()
public StorageAccountCreateParameters withTags(Map<String,String> tags)
tags
- the tags value to setpublic Identity identity()
public StorageAccountCreateParameters withIdentity(Identity identity)
identity
- the identity value to setpublic CustomDomain customDomain()
public StorageAccountCreateParameters withCustomDomain(CustomDomain customDomain)
customDomain
- the customDomain value to setpublic Encryption encryption()
public StorageAccountCreateParameters withEncryption(Encryption encryption)
encryption
- the encryption value to setpublic NetworkRuleSet networkRuleSet()
public StorageAccountCreateParameters withNetworkRuleSet(NetworkRuleSet networkRuleSet)
networkRuleSet
- the networkRuleSet value to setpublic AccessTier accessTier()
public StorageAccountCreateParameters withAccessTier(AccessTier accessTier)
accessTier
- the accessTier value to setpublic Boolean enableAzureFilesAadIntegration()
public StorageAccountCreateParameters withEnableAzureFilesAadIntegration(Boolean enableAzureFilesAadIntegration)
enableAzureFilesAadIntegration
- the enableAzureFilesAadIntegration value to setpublic Boolean enableHttpsTrafficOnly()
public StorageAccountCreateParameters withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
enableHttpsTrafficOnly
- the enableHttpsTrafficOnly value to setpublic Boolean isHnsEnabled()
public StorageAccountCreateParameters withIsHnsEnabled(Boolean isHnsEnabled)
isHnsEnabled
- the isHnsEnabled value to setCopyright © 2019. All rights reserved.