次の方法で共有


IWithExecuteAndSubnet インターフェイス

定義

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

プロパティ

Key (継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

subnetName 値を設定します。

(継承元 IWithTargetSubnet)

適用対象