次の方法で共有


VpnGatewayNatRule クラス

定義

VpnGatewayNatRule リソース。

[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnGatewayNatRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnGatewayNatRule = class
    inherit SubResource
Public Class VpnGatewayNatRule
Inherits SubResource
継承
VpnGatewayNatRule
属性

コンストラクター

VpnGatewayNatRule()

VpnGatewayNatRule クラスの新しいインスタンスを初期化します。

VpnGatewayNatRule(String, String, String, String, IList<VpnNatRuleMapping>, IList<VpnNatRuleMapping>, String, IList<SubResource>, IList<SubResource>, String, String, String)

VpnGatewayNatRule クラスの新しいインスタンスを初期化します。

プロパティ

EgressVpnSiteLinkConnections

エグレス VpnSiteLinkConnections の一覧を取得します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

ExternalMappings

NAT のプライベート IP アドレス外部マッピングを取得または設定します。

Id

リソース ID を取得または設定します。

(継承元 SubResource)
IngressVpnSiteLinkConnections

イングレス VpnSiteLinkConnections の一覧を取得します。

InternalMappings

NAT のプライベート IP アドレス内部マッピングを取得または設定します。

IpConfigurationId

この NAT 規則が適用される IP 構成 ID を取得または設定します。

Mode

VPN NAT のソース NAT 方向を取得または設定します。 使用可能な値は、'EgressSnat'、'IngressSnat' です。

Name

リソース グループ内で一意のリソースの名前を取得または設定します。 この名前は、リソースへのアクセスに使用できます。

ProvisioningState

NAT 規則リソースのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

Type

リソースの種類を取得します。

VpnGatewayNatRulePropertiesType

VPN NAT の NAT 規則の種類を取得または設定します。 使用可能な値は次のとおりです: 'Static'、'Dynamic'

適用対象