Megosztás a következőn keresztül:


LoadBalancerBackendAddressPoolReference Class

Definition

Defines reference to load balancer backend address pools.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LoadBalancerBackendAddressPoolReferenceTypeConverter))]
public class LoadBalancerBackendAddressPoolReference : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ILoadBalancerBackendAddressPoolReference, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LoadBalancerBackendAddressPoolReferenceTypeConverter))>]
type LoadBalancerBackendAddressPoolReference = class
    interface ILoadBalancerBackendAddressPoolReference
    interface IJsonSerializable
    interface IProxyResourceReference
    interface IAzureResourceReference
    interface IValidates
Public Class LoadBalancerBackendAddressPoolReference
Implements ILoadBalancerBackendAddressPoolReference, IValidates
Inheritance
LoadBalancerBackendAddressPoolReference
Attributes
Implements

Constructors

LoadBalancerBackendAddressPoolReference()

Creates an new LoadBalancerBackendAddressPoolReference 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 LoadBalancerBackendAddressPoolReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoadBalancerBackendAddressPoolReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ILoadBalancerBackendAddressPoolReference.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoadBalancerBackendAddressPoolReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to