azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

30 строки
2.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithAccessTier"
fullName: "com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithAccessTier"
name: "StorageAccount.UpdateStages.WithAccessTier"
nameWithType: "StorageAccount.UpdateStages.WithAccessTier"
summary: "A blob storage account update stage allowing access tier to be specified."
syntax: "public static interface **StorageAccount.UpdateStages.WithAccessTier**"
methods:
- uid: "com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithAccessTier.withAccessTier(com.microsoft.azure.management.storage.AccessTier)"
fullName: "com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier)"
name: "withAccessTier(AccessTier accessTier)"
nameWithType: "StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier)"
summary: "Specifies the access tier used for billing."
modifiers:
- "abstract"
parameters:
- description: "the access tier value"
name: "accessTier"
type: "<xref href=\"com.microsoft.azure.management.storage.AccessTier?alt=com.microsoft.azure.management.storage.AccessTier&text=AccessTier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract StorageAccount.Update withAccessTier(AccessTier accessTier)"
desc: "Specifies the access tier used for billing.\n\nAccess tier cannot be changed more than once every 7 days (168 hours). Access tier cannot be set for StandardLRS, StandardGRS, StandardRAGRS, or PremiumLRS account types."
returns:
description: "the next stage of storage account update"
type: "<xref href=\"com.microsoft.azure.management.storage.StorageAccount.Update?alt=com.microsoft.azure.management.storage.StorageAccount.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A blob storage account update stage allowing access tier to be specified."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4