Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.NamedValueContractProperties
Packages that use NamedValueContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of NamedValueContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return NamedValueContractPropertiesModifier and TypeMethodDescriptionstatic NamedValueContractPropertiesNamedValueContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NamedValueContractProperties from the JsonReader.NamedValueContractProperties.withDisplayName(String displayName) Set the displayName property: Unique name of NamedValue.NamedValueContractProperties.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the namedValue.NamedValueContractProperties.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.