次の方法で共有


IDefinition インターフェイス

定義

仮想ネットワーク ゲートウェイ接続定義全体。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithLocalNetworkGateway, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithSecondVirtualNetworkGateway, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithSharedKey, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>
type IDefinition = interface
    interface IBlank
    interface IWithConnectionType
    interface IWithLocalNetworkGateway
    interface IWithSecondVirtualNetworkGateway
    interface IWithSharedKey
    interface IWithAuthorization
    interface IWithCreate
    interface ICreatable<IVirtualNetworkGatewayConnection>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBgp
Public Interface IDefinition
Implements IBlank, ICreatable(Of IVirtualNetworkGatewayConnection), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithLocalNetworkGateway, IWithSecondVirtualNetworkGateway, IWithSharedKey
実装

プロパティ

Key

仮想ネットワーク ゲートウェイ接続定義全体。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithAuthorization(String)

承認キーを指定します。 これは、Express Route 回線と仮想ネットワーク ゲートウェイが異なるサブスクリプションに存在する場合に、Express Route 接続の場合に必要です。

(継承元 IWithAuthorization)
WithBgp()

接続に対して BGP を有効にします。

(継承元 IWithBgp)
WithExpressRoute(IExpressRouteCircuit)

Express Route 接続を作成します。

(継承元 IWithConnectionType)
WithExpressRoute(String)

Express Route 接続を作成します。

(継承元 IWithConnectionType)
WithLocalNetworkGateway(ILocalNetworkGateway)

仮想ネットワーク ゲートウェイ接続定義全体。

(継承元 IWithLocalNetworkGateway)
WithSecondVirtualNetworkGateway(IVirtualNetworkGateway)

仮想ネットワーク ゲートウェイ接続定義全体。

(継承元 IWithSecondVirtualNetworkGateway)
WithSharedKey(String)

共有キーを指定します。

(継承元 IWithSharedKey)
WithSiteToSite()

サイト間接続を作成します。

(継承元 IWithConnectionType)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)
WithVNetToVNet()

VNet 間接続を作成します。

(継承元 IWithConnectionType)

適用対象