LoadBalancerNatRuleReference 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.
Defines reference to load balancer NAT rules.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LoadBalancerNatRuleReferenceTypeConverter))]
public class LoadBalancerNatRuleReference : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ILoadBalancerNatRuleReference, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LoadBalancerNatRuleReferenceTypeConverter))>]
type LoadBalancerNatRuleReference = class
interface ILoadBalancerNatRuleReference
interface IJsonSerializable
interface IProxyResourceReference
interface IAzureResourceReference
interface IValidates
Public Class LoadBalancerNatRuleReference
Implements ILoadBalancerNatRuleReference, IValidates
- Inheritance
-
LoadBalancerNatRuleReference
- Attributes
- Implements
Constructors
LoadBalancerNatRuleReference() |
Creates an new LoadBalancerNatRuleReference instance. |
Properties
Name |
Gets the name of the proxy resource on the target side. |
SourceArmResourceId |
Gets the ARM resource ID of the tracked resource being referenced. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadBalancerNatRuleReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadBalancerNatRuleReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ILoadBalancerNatRuleReference. |
FromJsonString(String) |
Creates a new instance of LoadBalancerNatRuleReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadBalancerNatRuleReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |