Uses of Class
com.azure.resourcemanager.storage.models.EncryptionScopeKeyVaultProperties
Packages that use EncryptionScopeKeyVaultProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of EncryptionScopeKeyVaultProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EncryptionScopeKeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionScopeInner.keyVaultProperties()Get the keyVaultProperties property: The key vault properties for the encryption scope.EncryptionScopeProperties.keyVaultProperties()Get the keyVaultProperties property: The key vault properties for the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionScopeKeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionScopeInner.withKeyVaultProperties(EncryptionScopeKeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The key vault properties for the encryption scope.EncryptionScopeProperties.withKeyVaultProperties(EncryptionScopeKeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The key vault properties for the encryption scope. -
Uses of EncryptionScopeKeyVaultProperties in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type EncryptionScopeKeyVaultPropertiesModifier and TypeClassDescriptionfinal classThe key vault properties for the encryption scope.Methods in com.azure.resourcemanager.storage.models that return EncryptionScopeKeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionScopeKeyVaultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionScopeKeyVaultProperties from the JsonReader.EncryptionScopeKeyVaultProperties.withKeyUri(String keyUri) Set the keyUri property: The object identifier for a key vault key object.