ApiManagementNamedValuePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NamedValue update Parameters.
public class ApiManagementNamedValuePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementNamedValuePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementNamedValuePatch>
type ApiManagementNamedValuePatch = class
interface IJsonModel<ApiManagementNamedValuePatch>
interface IPersistableModel<ApiManagementNamedValuePatch>
Public Class ApiManagementNamedValuePatch
Implements IJsonModel(Of ApiManagementNamedValuePatch), IPersistableModel(Of ApiManagementNamedValuePatch)
- Inheritance
-
ApiManagementNamedValuePatch
- Implements
Constructors
ApiManagementNamedValuePatch() |
Initializes a new instance of ApiManagementNamedValuePatch. |
Properties
DisplayName |
Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. |
IsSecret |
Determines whether the value is a secret and should be encrypted or not. Default value is false. |
KeyVault |
KeyVault location details of the namedValue. |
Tags |
Optional tags that when provided can be used to filter the NamedValue list. |
Value |
Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. |
Explicit Interface Implementations
IJsonModel<ApiManagementNamedValuePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementNamedValuePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementNamedValuePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementNamedValuePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementNamedValuePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET