Language

ConfluentKeyValuePair(String, String) Constructor

Definition

Initializes a new instance of ConfluentKeyValuePair.

public ConfluentKeyValuePair(string key, string value);
new Azure.ResourceManager.Confluent.Models.ConfluentKeyValuePair : string * string -> Azure.ResourceManager.Confluent.Models.ConfluentKeyValuePair
Public Sub New (key As String, value As String)

Parameters

key
String

The key.

value
String

The value.

Exceptions

key or value is null.

Applies to