ArmNetworkCloudModelFactory.KubernetesLabel(String, String) Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.KubernetesLabel KubernetesLabel(string key = default, string value = default);
static member KubernetesLabel : string * string -> Azure.ResourceManager.NetworkCloud.Models.KubernetesLabel
Public Shared Function KubernetesLabel (Optional key As String = Nothing, Optional value As String = Nothing) As KubernetesLabel
Parameters
- key
- String
The name of the label or taint.
- value
- String
The value of the label or taint.
Returns
A new KubernetesLabel instance for mocking.