Share via


IKubernetesLabel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KubernetesLabelTypeConverter))]
public interface IKubernetesLabel : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KubernetesLabelTypeConverter))>]
type IKubernetesLabel = interface
    interface IJsonSerializable
Public Interface IKubernetesLabel
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Key

The name of the label or taint.

Value

The value of the label or taint.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to