Uses of Class
com.azure.resourcemanager.keyvault.models.SecretProperties
Packages that use SecretProperties
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretProperties in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return SecretPropertiesModifier and TypeMethodDescriptionSecretInner.properties()Get the properties property: Properties of the secret.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type SecretPropertiesModifier and TypeMethodDescriptionSecretInner.withProperties(SecretProperties properties) Set the properties property: Properties of the secret. -
Uses of SecretProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretPropertiesModifier and TypeMethodDescriptionstatic SecretPropertiesSecretProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretProperties from the JsonReader.SecretCreateOrUpdateParameters.properties()Get the properties property: Properties of the secret.SecretProperties.withAttributes(SecretAttributes attributes) Set the attributes property: The attributes of the secret.SecretProperties.withContentType(String contentType) Set the contentType property: The content type of the secret.Set the value property: The value of the secret.Methods in com.azure.resourcemanager.keyvault.models with parameters of type SecretPropertiesModifier and TypeMethodDescriptionSecretCreateOrUpdateParameters.withProperties(SecretProperties properties) Set the properties property: Properties of the secret.