Uses of Class
com.azure.resourcemanager.storage.models.KeyPolicy
-
Packages that use KeyPolicy 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 KeyPolicy in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return KeyPolicy Modifier and Type Method Description KeyPolicyStorageAccountInner. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicyStorageAccountPropertiesCreateParameters. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicyStorageAccountPropertiesInner. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicyStorageAccountPropertiesUpdateParameters. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type KeyPolicy Modifier and Type Method Description StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withKeyPolicy(KeyPolicy keyPolicy)Set the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. 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 KeyPolicy Modifier and Type Method Description KeyPolicyStorageAccountCreateParameters. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicyStorageAccountUpdateParameters. keyPolicy()Get the keyPolicy property: KeyPolicy assigned to the storage account.KeyPolicyKeyPolicy. withKeyExpirationPeriodInDays(int keyExpirationPeriodInDays)Set the keyExpirationPeriodInDays property: The key expiration period in days.Methods in com.azure.resourcemanager.storage.models with parameters of type KeyPolicy Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withKeyPolicy(KeyPolicy keyPolicy)Set the keyPolicy property: KeyPolicy assigned to the storage account.StorageAccountUpdateParametersStorageAccountUpdateParameters. withKeyPolicy(KeyPolicy keyPolicy)Set the keyPolicy property: KeyPolicy assigned to the storage account.
-