azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

293 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner"
name: "OutboundRuleInner"
nameWithType: "OutboundRuleInner"
summary: "Outbound rule of the load balancer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.SubResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.SubResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.SubResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **OutboundRuleInner**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.OutboundRuleInner()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.OutboundRuleInner()"
name: "OutboundRuleInner()"
nameWithType: "OutboundRuleInner.OutboundRuleInner()"
summary: "Creates an instance of Outbound<wbr>Rule<wbr>Inner class."
syntax: "public OutboundRuleInner()"
desc: "Creates an instance of OutboundRuleInner class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.allocatedOutboundPorts()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.allocatedOutboundPorts()"
name: "allocatedOutboundPorts()"
nameWithType: "OutboundRuleInner.allocatedOutboundPorts()"
summary: "Get the allocated<wbr>Outbound<wbr>Ports property: The number of outbound ports to be used for NAT."
syntax: "public Integer allocatedOutboundPorts()"
desc: "Get the allocatedOutboundPorts property: The number of outbound ports to be used for NAT."
returns:
description: "the allocatedOutboundPorts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.backendAddressPool()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.backendAddressPool()"
name: "backendAddressPool()"
nameWithType: "OutboundRuleInner.backendAddressPool()"
summary: "Get the backend<wbr>Address<wbr>Pool property: A reference to a pool of DIPs."
syntax: "public SubResource backendAddressPool()"
desc: "Get the backendAddressPool property: A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs."
returns:
description: "the backendAddressPool value."
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.enableTcpReset()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.enableTcpReset()"
name: "enableTcpReset()"
nameWithType: "OutboundRuleInner.enableTcpReset()"
summary: "Get the enable<wbr>Tcp<wbr>Reset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination."
syntax: "public Boolean enableTcpReset()"
desc: "Get the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP."
returns:
description: "the enableTcpReset value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.etag()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.etag()"
name: "etag()"
nameWithType: "OutboundRuleInner.etag()"
summary: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "OutboundRuleInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Outbound<wbr>Rule<wbr>Inner from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static OutboundRuleInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the OutboundRuleInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of OutboundRuleInner from the JsonReader."
returns:
description: "An instance of OutboundRuleInner if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.frontendIpConfigurations()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.frontendIpConfigurations()"
name: "frontendIpConfigurations()"
nameWithType: "OutboundRuleInner.frontendIpConfigurations()"
summary: "Get the frontend<wbr>IpConfigurations property: The Frontend IP addresses of the load balancer."
syntax: "public List<SubResource> frontendIpConfigurations()"
desc: "Get the frontendIpConfigurations property: The Frontend IP addresses of the load balancer."
returns:
description: "the frontendIpConfigurations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.idleTimeoutInMinutes()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.idleTimeoutInMinutes()"
name: "idleTimeoutInMinutes()"
nameWithType: "OutboundRuleInner.idleTimeoutInMinutes()"
summary: "Get the idle<wbr>Timeout<wbr>InMinutes property: The timeout for the TCP idle connection."
syntax: "public Integer idleTimeoutInMinutes()"
desc: "Get the idleTimeoutInMinutes property: The timeout for the TCP idle connection."
returns:
description: "the idleTimeoutInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.name()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.name()"
name: "name()"
nameWithType: "OutboundRuleInner.name()"
summary: "Get the name property: The name of the resource that is unique within the set of outbound rules used by the load balancer."
syntax: "public String name()"
desc: "Get the name property: The name of the resource that is unique within the set of outbound rules used by the load balancer. This name can be used to access the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.protocol()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.protocol()"
name: "protocol()"
nameWithType: "OutboundRuleInner.protocol()"
summary: "Get the protocol property: The protocol for the outbound rule in load balancer."
syntax: "public LoadBalancerOutboundRuleProtocol protocol()"
desc: "Get the protocol property: The protocol for the outbound rule in load balancer."
returns:
description: "the protocol value."
type: "<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol?alt=com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol&text=LoadBalancerOutboundRuleProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.provisioningState()"
name: "provisioningState()"
nameWithType: "OutboundRuleInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the outbound rule resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the outbound rule resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "OutboundRuleInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.type()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.type()"
name: "type()"
nameWithType: "OutboundRuleInner.type()"
summary: "Get the type property: Type of the resource."
syntax: "public String type()"
desc: "Get the type property: Type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.validate()"
name: "validate()"
nameWithType: "OutboundRuleInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withAllocatedOutboundPorts(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
name: "withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
nameWithType: "OutboundRuleInner.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
summary: "Set the allocated<wbr>Outbound<wbr>Ports property: The number of outbound ports to be used for NAT."
parameters:
- description: "the allocatedOutboundPorts value to set."
name: "allocatedOutboundPorts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public OutboundRuleInner withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
desc: "Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withBackendAddressPool(com.azure.core.management.SubResource)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withBackendAddressPool(SubResource backendAddressPool)"
name: "withBackendAddressPool(SubResource backendAddressPool)"
nameWithType: "OutboundRuleInner.withBackendAddressPool(SubResource backendAddressPool)"
summary: "Set the backend<wbr>Address<wbr>Pool property: A reference to a pool of DIPs."
parameters:
- description: "the backendAddressPool value to set."
name: "backendAddressPool"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OutboundRuleInner withBackendAddressPool(SubResource backendAddressPool)"
desc: "Set the backendAddressPool property: A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withEnableTcpReset(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withEnableTcpReset(Boolean enableTcpReset)"
name: "withEnableTcpReset(Boolean enableTcpReset)"
nameWithType: "OutboundRuleInner.withEnableTcpReset(Boolean enableTcpReset)"
summary: "Set the enable<wbr>Tcp<wbr>Reset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination."
parameters:
- description: "the enableTcpReset value to set."
name: "enableTcpReset"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public OutboundRuleInner withEnableTcpReset(Boolean enableTcpReset)"
desc: "Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withFrontendIpConfigurations(java.util.List<com.azure.core.management.SubResource>)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withFrontendIpConfigurations(List<SubResource> frontendIpConfigurations)"
name: "withFrontendIpConfigurations(List<SubResource> frontendIpConfigurations)"
nameWithType: "OutboundRuleInner.withFrontendIpConfigurations(List<SubResource> frontendIpConfigurations)"
summary: "Set the frontend<wbr>IpConfigurations property: The Frontend IP addresses of the load balancer."
parameters:
- description: "the frontendIpConfigurations value to set."
name: "frontendIpConfigurations"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OutboundRuleInner withFrontendIpConfigurations(List<SubResource> frontendIpConfigurations)"
desc: "Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withId(String id)"
name: "withId(String id)"
nameWithType: "OutboundRuleInner.withId(String id)"
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OutboundRuleInner withId(String id)"
returns:
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withIdleTimeoutInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
name: "withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
nameWithType: "OutboundRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
summary: "Set the idle<wbr>Timeout<wbr>InMinutes property: The timeout for the TCP idle connection."
parameters:
- description: "the idleTimeoutInMinutes value to set."
name: "idleTimeoutInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public OutboundRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
desc: "Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withName(String name)"
name: "withName(String name)"
nameWithType: "OutboundRuleInner.withName(String name)"
summary: "Set the name property: The name of the resource that is unique within the set of outbound rules used by the load balancer."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OutboundRuleInner withName(String name)"
desc: "Set the name property: The name of the resource that is unique within the set of outbound rules used by the load balancer. This name can be used to access the resource."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withProtocol(com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol)"
fullName: "com.azure.resourcemanager.network.fluent.models.OutboundRuleInner.withProtocol(LoadBalancerOutboundRuleProtocol protocol)"
name: "withProtocol(LoadBalancerOutboundRuleProtocol protocol)"
nameWithType: "OutboundRuleInner.withProtocol(LoadBalancerOutboundRuleProtocol protocol)"
summary: "Set the protocol property: The protocol for the outbound rule in load balancer."
parameters:
- description: "the protocol value to set."
name: "protocol"
type: "<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol?alt=com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol&text=LoadBalancerOutboundRuleProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OutboundRuleInner withProtocol(LoadBalancerOutboundRuleProtocol protocol)"
desc: "Set the protocol property: The protocol for the outbound rule in load balancer."
returns:
description: "the OutboundRuleInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.OutboundRuleInner?alt=com.azure.resourcemanager.network.fluent.models.OutboundRuleInner&text=OutboundRuleInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Outbound rule of the load balancer."
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0