次の方法で共有


IDefinition インターフェイス

定義

トポロジ パラメーター定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithExecuteAndSubnet, Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithTargetResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITopology>
type IDefinition = interface
    interface IWithTargetResourceGroup
    interface IWithExecute
    interface IExecutable<ITopology>
    interface IIndexable
    interface IWithTargetNetwork
    interface IWithExecuteAndSubnet
    interface IWithTargetSubnet
Public Interface IDefinition
Implements IExecutable(Of ITopology), IWithExecute, IWithExecuteAndSubnet, IWithTargetResourceGroup
実装

プロパティ

Key

トポロジ パラメーター定義の全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)
WithTargetNetwork(String)

ターゲット仮想ネットワークを設定します。

(継承元 IWithTargetNetwork)
WithTargetResourceGroup(String)

targetResourceId 値を設定します。

(継承元 IWithTargetResourceGroup)
WithTargetSubnet(String)

subnetName 値を設定します。

(継承元 IWithTargetSubnet)

適用対象