LoadBalancerPropertiesServiceSelector Class

Definition

A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.LoadBalancerPropertiesServiceSelectorTypeConverter))]
public class LoadBalancerPropertiesServiceSelector : Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.ILoadBalancerPropertiesServiceSelector, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.LoadBalancerPropertiesServiceSelectorTypeConverter))>]
type LoadBalancerPropertiesServiceSelector = class
    interface ILoadBalancerPropertiesServiceSelector
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class LoadBalancerPropertiesServiceSelector
Implements IAssociativeArray(Of String), ILoadBalancerPropertiesServiceSelector
Inheritance
LoadBalancerPropertiesServiceSelector
Attributes
Implements

Constructors

Name Description
LoadBalancerPropertiesServiceSelector()

Creates an new LoadBalancerPropertiesServiceSelector instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoadBalancerPropertiesServiceSelector.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoadBalancerPropertiesServiceSelector.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.ILoadBalancerPropertiesServiceSelector.

FromJsonString(String)

Creates a new instance of LoadBalancerPropertiesServiceSelector, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of LoadBalancerPropertiesServiceSelector into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Name Description
Implicit(LoadBalancerPropertiesServiceSelector to Dictionary<String,String>)

Explicit Interface Implementations

Name Description
IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to