次の方法で共有


IDefinition インターフェイス

定義

トラブルシューティング パラメーター定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStorageAccount, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStoragePath, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithTargetResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITroubleshooting>
type IDefinition = interface
    interface IWithTargetResource
    interface IWithStorageAccount
    interface IWithStoragePath
    interface IWithExecute
    interface IExecutable<ITroubleshooting>
    interface IIndexable
Public Interface IDefinition
Implements IExecutable(Of ITroubleshooting), IWithExecute, IWithStorageAccount, IWithStoragePath, IWithTargetResource
実装

プロパティ

Key

トラブルシューティング パラメーター定義の全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

storageAccounId 値を設定します。

(継承元 IWithStorageAccount)
WithStoragePath(String)

トラブルシューティング パラメーター定義の全体。

(継承元 IWithStoragePath)
WithTargetResourceId(String)

targetResourceId 値 (仮想ネットワーク ゲートウェイまたは仮想ネットワーク ゲートウェイの接続 ID) を設定します。

(継承元 IWithTargetResource)

適用対象