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

定義

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

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithDescription<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithPriority<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithPriority<'ParentT>
    interface IWithDescription<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithDescription(Of ParentT), IWithPriority(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

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

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

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

(継承元 IWithDescription<ParentT>)
WithPriority(Int32)

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

(継承元 IWithPriority<ParentT>)

適用対象