@@ -108,15 +108,15 @@ def internal_paging(next_link=None, raw=False):
108
108
list .metadata = {'url' : '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/outboundRules' }
109
109
110
110
def get (
111
- self , resource_group_name , load_balancer_name , load_balancing_rule_name , custom_headers = None , raw = False , ** operation_config ):
111
+ self , resource_group_name , load_balancer_name , outbound_rule_name , custom_headers = None , raw = False , ** operation_config ):
112
112
"""Gets the specified load balancer outbound rule.
113
113
114
114
:param resource_group_name: The name of the resource group.
115
115
:type resource_group_name: str
116
116
:param load_balancer_name: The name of the load balancer.
117
117
:type load_balancer_name: str
118
- :param load_balancing_rule_name : The name of the outbound rule.
119
- :type load_balancing_rule_name : str
118
+ :param outbound_rule_name : The name of the outbound rule.
119
+ :type outbound_rule_name : str
120
120
:param dict custom_headers: headers that will be added to the request
121
121
:param bool raw: returns the direct response alongside the
122
122
deserialized response
@@ -132,7 +132,7 @@ def get(
132
132
path_format_arguments = {
133
133
'resourceGroupName' : self ._serialize .url ("resource_group_name" , resource_group_name , 'str' ),
134
134
'loadBalancerName' : self ._serialize .url ("load_balancer_name" , load_balancer_name , 'str' ),
135
- 'loadBalancingRuleName ' : self ._serialize .url ("load_balancing_rule_name " , load_balancing_rule_name , 'str' ),
135
+ 'outboundRuleName ' : self ._serialize .url ("outbound_rule_name " , outbound_rule_name , 'str' ),
136
136
'subscriptionId' : self ._serialize .url ("self.config.subscription_id" , self .config .subscription_id , 'str' )
137
137
}
138
138
url = self ._client .format_url (url , ** path_format_arguments )
0 commit comments