次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

セキュリティ規則定義の最終段階。 この段階では、残りの任意の設定を指定することも、WithAttach.attach() を使用して、セキュリティ規則定義を親ネットワーク セキュリティ グループ定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生
実装

メソッド

Attach()

セキュリティ規則定義の最終段階。 この段階では、残りの任意の設定を指定することも、WithAttach.attach() を使用して、セキュリティ規則定義を親ネットワーク セキュリティ グループ定義にアタッチすることもできます。

(継承元 IInUpdate<ParentT>)
WithDescription(String)

このセキュリティ規則の説明を指定します。

WithPriority(Int32)

このルールに割り当てる優先度を指定します。 セキュリティ規則は、割り当てられた優先度の順序で適用されます。

適用対象