次の方法で共有


IVirtualNetworkGateway インターフェイス

定義

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

public interface IVirtualNetworkGateway : Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IUpdate>
type IVirtualNetworkGateway = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, VirtualNetworkGatewayInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<VirtualNetworkGatewayInner>
    interface IRefreshable<IVirtualNetworkGateway>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<IVirtualNetworkGateway>
Public Interface IVirtualNetworkGateway
Implements IBeta, IGroupableResource(Of INetworkManager, VirtualNetworkGatewayInner), IHasInner(Of VirtualNetworkGatewayInner), IHasManager(Of INetworkManager), IRefreshable(Of IVirtualNetworkGateway), IUpdatable(Of IUpdate), IUpdatableWithTags(Of IVirtualNetworkGateway)
実装

プロパティ

ActiveActive

activeActive フラグを取得します。

BgpSettings

仮想ネットワーク ゲートウェイの BGP スピーカー設定を取得します。

Connections

この仮想ネットワーク ゲートウェイの仮想ネットワーク ゲートウェイ接続管理 API へのエントリ ポイントを取得します。

GatewayDefaultSiteResourceId

既定のルートを持つローカル ネットワーク サイトを表す LocalNetworkGateway リソースのリソース ID を取得します。

GatewayType

gatewayType 値を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IHasInner<T>)
IPConfigurations

仮想ネットワーク ゲートウェイの IP 構成を取得します。

IsBgpEnabled

この仮想ネットワーク ゲートウェイに対して BGP が有効かどうかを取得します。

Key

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
RegionName

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
ResourceGroupName

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IHasResourceGroup)
Sku

この仮想ネットワーク ゲートウェイの SKU を取得します。

Tags

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
Type

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
VpnClientConfiguration

P2S VpnClient 構成を表す VpnClientConfiguration リソースの参照を取得します。

VpnType

この仮想ネットワーク ゲートウェイの種類を取得します。

メソッド

GenerateVpnProfile()

指定したリソース グループ内の仮想ネットワーク ゲートウェイの P2S クライアントの VPN プロファイルを生成します。 IKEV2 および RADIUS ベースの認証に使用されます。

GenerateVpnProfileAsync(CancellationToken)

指定したリソース グループ内の仮想ネットワーク ゲートウェイの P2S クライアントの非同期 VPN プロファイルを生成します。 IKEV2 および RADIUS ベースの認証に使用されます。

ListConnections()

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

ListConnectionsAsync(CancellationToken)

この仮想ネットワーク ゲートウェイに関連付けられているすべての接続を非同期的に取得します。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Reset()

仮想ネットワーク ゲートウェイのプライマリをリセットします。

ResetAsync(CancellationToken)

仮想ネットワーク ゲートウェイのプライマリを非同期的にリセットします。

Update()

Azure Virtual Network ゲートウェイ管理 API のエントリ ポイント。

(継承元 IUpdatable<T>)
UpdateTags()

リソースのタグの更新を開始します。 これは、Azure のリソースのタグを更新するために使用されるビルダー パターンの始まりです。 定義を完了し、Azure で実際のリソース更新プロセスを開始する最後のメソッドは、AppliableWithTags.applyTags() です。

(継承元 IUpdatableWithTags<T>)

適用対象