Uses of Class
com.azure.resourcemanager.storage.models.ImmutableStorageAccount
Packages that use ImmutableStorageAccount
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ImmutableStorageAccount in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ImmutableStorageAccountModifier and TypeMethodDescriptionStorageAccountInner.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesCreateParameters.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesInner.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesUpdateParameters.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type ImmutableStorageAccountModifier and TypeMethodDescriptionStorageAccountInner.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesCreateParameters.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesInner.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesUpdateParameters.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time. -
Uses of ImmutableStorageAccount in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ImmutableStorageAccountModifier and TypeClassDescriptionfinal classThis property enables and defines account-level immutability.Methods in com.azure.resourcemanager.storage.models that return ImmutableStorageAccountModifier and TypeMethodDescriptionstatic ImmutableStorageAccountImmutableStorageAccount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImmutableStorageAccount from the JsonReader.StorageAccountCreateParameters.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountUpdateParameters.immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccount.withEnabled(Boolean enabled) Set the enabled property: A boolean flag which enables account-level immutability.ImmutableStorageAccount.withImmutabilityPolicy(AccountImmutabilityPolicyProperties immutabilityPolicy) Set the immutabilityPolicy property: Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level.Methods in com.azure.resourcemanager.storage.models with parameters of type ImmutableStorageAccountModifier and TypeMethodDescriptionStorageAccountCreateParameters.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountUpdateParameters.withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.