ManagedClusterLoadBalancerProfileOutboundIPs 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 resources for the cluster load balancer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileOutboundIPsTypeConverter))]
public class ManagedClusterLoadBalancerProfileOutboundIPs : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfileOutboundIPs
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileOutboundIPsTypeConverter))>]
type ManagedClusterLoadBalancerProfileOutboundIPs = class
interface IManagedClusterLoadBalancerProfileOutboundIPs
interface IJsonSerializable
Public Class ManagedClusterLoadBalancerProfileOutboundIPs
Implements IManagedClusterLoadBalancerProfileOutboundIPs
- Inheritance
-
ManagedClusterLoadBalancerProfileOutboundIPs
- Attributes
- Implements
Constructors
ManagedClusterLoadBalancerProfileOutboundIPs() |
Creates an new ManagedClusterLoadBalancerProfileOutboundIPs instance. |
Properties
PublicIP |
A list of public IP resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterLoadBalancerProfileOutboundIPs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterLoadBalancerProfileOutboundIPs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfileOutboundIPs. |
FromJsonString(String) |
Creates a new instance of ManagedClusterLoadBalancerProfileOutboundIPs, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterLoadBalancerProfileOutboundIPs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |