Uses of Class
com.azure.resourcemanager.storage.models.ImmutableStorageAccount
-
Packages that use ImmutableStorageAccount Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 ImmutableStorageAccount Modifier and Type Method Description ImmutableStorageAccountStorageAccountInner. immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccountStorageAccountPropertiesCreateParameters. immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccountStorageAccountPropertiesInner. immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccountStorageAccountPropertiesUpdateParameters. 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 ImmutableStorageAccount Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. 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
Methods in com.azure.resourcemanager.storage.models that return ImmutableStorageAccount Modifier and Type Method Description ImmutableStorageAccountStorageAccountCreateParameters. immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccountStorageAccountUpdateParameters. immutableStorageWithVersioning()Get the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.ImmutableStorageAccountImmutableStorageAccount. withEnabled(Boolean enabled)Set the enabled property: A boolean flag which enables account-level immutability.ImmutableStorageAccountImmutableStorageAccount. 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 ImmutableStorageAccount Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.StorageAccountUpdateParametersStorageAccountUpdateParameters. withImmutableStorageWithVersioning(ImmutableStorageAccount immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The property is immutable and can only be set to true at the account creation time.
-