LoadBalancer Class

Definition

A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.LoadBalancerTypeConverter))]
public class LoadBalancer : Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.ILoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.LoadBalancerTypeConverter))>]
type LoadBalancer = class
    interface ILoadBalancer
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class LoadBalancer
Implements ILoadBalancer, IValidates
Inheritance
LoadBalancer
Attributes
Implements

Constructors

Name Description
LoadBalancer()

Creates an new LoadBalancer instance.

Properties

Name Description
Address

IP Range

AdvertiseMode

Advertise Mode

BgpPeer

The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Name

The name of the resource

ProvisioningState

Resource provision state

ResourceGroupName

Gets the resource group name

ServiceSelector

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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoadBalancer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoadBalancer.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoadBalancer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to