ConfluentKeyValuePair 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.
A key-value pair for extensibility.
public class ConfluentKeyValuePair : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ConfluentKeyValuePair>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ConfluentKeyValuePair>
type ConfluentKeyValuePair = class
interface IJsonModel<ConfluentKeyValuePair>
interface IPersistableModel<ConfluentKeyValuePair>
Public Class ConfluentKeyValuePair
Implements IJsonModel(Of ConfluentKeyValuePair), IPersistableModel(Of ConfluentKeyValuePair)
- Inheritance
-
ConfluentKeyValuePair
- Implements
Constructors
| Name | Description |
|---|---|
| ConfluentKeyValuePair(String, String) |
Initializes a new instance of ConfluentKeyValuePair. |
Properties
| Name | Description |
|---|---|
| Key |
The key. |
| Value |
The value. |