Uses of Class
com.azure.resourcemanager.apimanagement.models.KeyVaultLastAccessStatusContractProperties
Packages that use KeyVaultLastAccessStatusContractProperties
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of KeyVaultLastAccessStatusContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return KeyVaultLastAccessStatusContractPropertiesModifier and TypeMethodDescriptionKeyVaultLastAccessStatusContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultLastAccessStatusContractProperties from the JsonReader.KeyVaultContractProperties.lastStatus()Get the lastStatus property: Last time sync and refresh status of secret from key vault.Set the code property: Last status code for sync and refresh of secret from key vault.KeyVaultLastAccessStatusContractProperties.withMessage(String message) Set the message property: Details of the error else empty.KeyVaultLastAccessStatusContractProperties.withTimestampUtc(OffsetDateTime timestampUtc) Set the timestampUtc property: Last time secret was accessed.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type KeyVaultLastAccessStatusContractPropertiesModifier and TypeMethodDescriptionKeyVaultContractProperties.withLastStatus(KeyVaultLastAccessStatusContractProperties lastStatus) Set the lastStatus property: Last time sync and refresh status of secret from key vault.