次の方法で共有


IWithDelegation インターフェイス

定義

サブネットの委任を有効にできるサブネット更新のステージ。

public interface IWithDelegation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDelegation = interface
    interface IBeta
Public Interface IWithDelegation
Implements IBeta
派生
実装

メソッド

WithDelegation(String)

サブネット委任のサービス名を指定します。

WithoutDelegation(String)

サブネット委任のサービス名を削除します。

WithoutDelegations()

すべてのサブネット委任を削除します。

適用対象