LoadBalancerNatRuleReferenceInfo Class

Definition

Defines reference to load balancer NAT rules.

public class LoadBalancerNatRuleReferenceInfo : Azure.ResourceManager.ResourceMover.Models.ProxyResourceReferenceInfo
public class LoadBalancerNatRuleReferenceInfo : Azure.ResourceManager.ResourceMover.Models.ProxyResourceReferenceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.LoadBalancerNatRuleReferenceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.LoadBalancerNatRuleReferenceInfo>
type LoadBalancerNatRuleReferenceInfo = class
    inherit ProxyResourceReferenceInfo
type LoadBalancerNatRuleReferenceInfo = class
    inherit ProxyResourceReferenceInfo
    interface IJsonModel<LoadBalancerNatRuleReferenceInfo>
    interface IPersistableModel<LoadBalancerNatRuleReferenceInfo>
Public Class LoadBalancerNatRuleReferenceInfo
Inherits ProxyResourceReferenceInfo
Public Class LoadBalancerNatRuleReferenceInfo
Inherits ProxyResourceReferenceInfo
Implements IJsonModel(Of LoadBalancerNatRuleReferenceInfo), IPersistableModel(Of LoadBalancerNatRuleReferenceInfo)
Inheritance
Implements

Constructors

LoadBalancerNatRuleReferenceInfo(ResourceIdentifier)

Initializes a new instance of LoadBalancerNatRuleReferenceInfo.

Properties

Name

Gets the name of the proxy resource on the target side.

(Inherited from ProxyResourceReferenceInfo)
SourceArmResourceId

Gets the ARM resource ID of the tracked resource being referenced.

(Inherited from MoverResourceReferenceInfo)

Explicit Interface Implementations

IJsonModel<LoadBalancerNatRuleReferenceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LoadBalancerNatRuleReferenceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MoverResourceReferenceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MoverResourceReferenceInfo)
IJsonModel<MoverResourceReferenceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MoverResourceReferenceInfo)
IJsonModel<ProxyResourceReferenceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ProxyResourceReferenceInfo)
IJsonModel<ProxyResourceReferenceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ProxyResourceReferenceInfo)
IPersistableModel<LoadBalancerNatRuleReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadBalancerNatRuleReferenceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LoadBalancerNatRuleReferenceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MoverResourceReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MoverResourceReferenceInfo)
IPersistableModel<MoverResourceReferenceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MoverResourceReferenceInfo)
IPersistableModel<MoverResourceReferenceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MoverResourceReferenceInfo)
IPersistableModel<ProxyResourceReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ProxyResourceReferenceInfo)
IPersistableModel<ProxyResourceReferenceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ProxyResourceReferenceInfo)
IPersistableModel<ProxyResourceReferenceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ProxyResourceReferenceInfo)

Applies to