次の方法で共有


InboundNatRulesOperationsExtensions.Get メソッド

定義

指定したロード バランサーの受信 NAT 規則を取得します。

public static Microsoft.Azure.Management.Network.Models.InboundNatRule Get (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string * string * string -> Microsoft.Azure.Management.Network.Models.InboundNatRule
<Extension()>
Public Function Get (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String, Optional expand As String = Nothing) As InboundNatRule

パラメーター

operations
IInboundNatRulesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

loadBalancerName
String

ロード バランサ―の名前。

inboundNatRuleName
String

受信 NAT 規則の名前。

expand
String

参照先のリソースを展開します。

戻り値

適用対象