Uses of Class
com.azure.resourcemanager.servicebus.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionstatic KeyVaultPropertiesKeyVaultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultProperties from the JsonReader.KeyVaultProperties.withIdentity(UserAssignedIdentityProperties identity) Set the identity property: The identity property.KeyVaultProperties.withKeyName(String keyName) Set the keyName property: Name of the Key from KeyVault.KeyVaultProperties.withKeyVaultUri(String keyVaultUri) Set the keyVaultUri property: Uri of KeyVault.KeyVaultProperties.withKeyVersion(String keyVersion) Set the keyVersion property: Version of KeyVault.Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type KeyVaultPropertiesModifier and TypeMethodDescriptionEncryption.keyVaultProperties()Get the keyVaultProperties property: Properties of KeyVault.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type KeyVaultPropertiesModifier and TypeMethodDescriptionEncryption.withKeyVaultProperties(List<KeyVaultProperties> keyVaultProperties) Set the keyVaultProperties property: Properties of KeyVault.