Uses of Class
com.azure.resourcemanager.storage.models.KeyPolicy
Packages that use KeyPolicy
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of KeyPolicy in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return KeyPolicyModifier and TypeMethodDescriptionStorageAccountInner.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountPropertiesCreateParameters.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountPropertiesInner.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountPropertiesUpdateParameters.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type KeyPolicyModifier and TypeMethodDescriptionStorageAccountPropertiesCreateParameters.withKeyPolicy(KeyPolicy keyPolicy) Set the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountPropertiesUpdateParameters.withKeyPolicy(KeyPolicy keyPolicy) Set the keyPolicy property: KeyPolicy assigned to the storage account. -
Uses of KeyPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return KeyPolicyModifier and TypeMethodDescriptionstatic KeyPolicyKeyPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyPolicy from the JsonReader.StorageAccountCreateParameters.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountUpdateParameters.keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicy.withKeyExpirationPeriodInDays(int keyExpirationPeriodInDays) Set the keyExpirationPeriodInDays property: The key expiration period in days.Methods in com.azure.resourcemanager.storage.models with parameters of type KeyPolicyModifier and TypeMethodDescriptionStorageAccountCreateParameters.withKeyPolicy(KeyPolicy keyPolicy) Set the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountUpdateParameters.withKeyPolicy(KeyPolicy keyPolicy) Set the keyPolicy property: KeyPolicy assigned to the storage account.