Uses of Class
com.azure.resourcemanager.keyvault.models.SecretPatchProperties
Packages that use SecretPatchProperties
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretPatchProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretPatchPropertiesModifier and TypeMethodDescriptionstatic SecretPatchPropertiesSecretPatchProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretPatchProperties from the JsonReader.SecretPatchParameters.properties()Get the properties property: Properties of the secret.SecretPatchProperties.withAttributes(SecretAttributes attributes) Set the attributes property: The attributes of the secret.SecretPatchProperties.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 SecretPatchPropertiesModifier and TypeMethodDescriptionSecretPatchParameters.withProperties(SecretPatchProperties properties) Set the properties property: Properties of the secret.