Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.NamedValueUpdateParameterProperties
Packages that use NamedValueUpdateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of NamedValueUpdateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return NamedValueUpdateParameterPropertiesModifier and TypeMethodDescriptionNamedValueUpdateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NamedValueUpdateParameterProperties from the JsonReader.NamedValueUpdateParameterProperties.withDisplayName(String displayName) Set the displayName property: Unique name of NamedValue.NamedValueUpdateParameterProperties.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.NamedValueUpdateParameterProperties.withSecret(Boolean secret) Set the secret property: Determines whether the value is a secret and should be encrypted or not.Set the tags property: Optional tags that when provided can be used to filter the NamedValue list.Set the value property: Value of the NamedValue.