ManagedClusterLoadBalancerProfileOutboundIPPrefixes Class
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.
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. |