Sdílet prostřednictvím


ManagedClusterLoadBalancerProfileOutboundIPPrefixes Class

Definition

Desired outbound IP Prefix resources for the cluster load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileOutboundIPPrefixesTypeConverter))]
public class ManagedClusterLoadBalancerProfileOutboundIPPrefixes : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfileOutboundIPPrefixes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileOutboundIPPrefixesTypeConverter))>]
type ManagedClusterLoadBalancerProfileOutboundIPPrefixes = class
    interface IManagedClusterLoadBalancerProfileOutboundIPPrefixes
    interface IJsonSerializable
Public Class ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Implements IManagedClusterLoadBalancerProfileOutboundIPPrefixes
Inheritance
ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Attributes
Implements

Constructors

ManagedClusterLoadBalancerProfileOutboundIPPrefixes()

Creates an new ManagedClusterLoadBalancerProfileOutboundIPPrefixes instance.

Properties

PublicIPPrefix

A list of public IP prefix resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterLoadBalancerProfileOutboundIPPrefixes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterLoadBalancerProfileOutboundIPPrefixes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfileOutboundIPPrefixes.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterLoadBalancerProfileOutboundIPPrefixes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to