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