次の方法で共有


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

定義

サブネット定義の最終段階。 この段階では、残りのオプション設定を指定することも、サブネット定義を親仮想ネットワーク定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithDelegation<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithNetworkSecurityGroup<'ParentT>
    interface IWithRouteTable<'ParentT>
    interface IWithServiceEndpoint<'ParentT>
    interface IBeta
    interface IWithDelegation<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithDelegation(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT), IWithServiceEndpoint(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

サブネット定義の最終段階。 この段階では、残りのオプション設定を指定することも、サブネット定義を親仮想ネットワーク定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)
WithAccessFromService(ServiceEndpointType)

アクセスを有効にするサービス エンドポイントを指定します。

(継承元 IWithServiceEndpoint<ParentT>)
WithDelegation(String)

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

(継承元 IWithDelegation<ParentT>)
WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

既存のネットワーク セキュリティ グループをこのサブネットに割り当てます。

(継承元 IWithNetworkSecurityGroup<ParentT>)
WithExistingNetworkSecurityGroup(String)

既存のネットワーク セキュリティ グループをこのサブネットに割り当てます。

(継承元 IWithNetworkSecurityGroup<ParentT>)
WithExistingRouteTable(IRouteTable)

サブネットに関連付ける既存のルート テーブルを指定します。

(継承元 IWithRouteTable<ParentT>)
WithExistingRouteTable(String)

サブネットに関連付ける既存のルート テーブルを指定します。

(継承元 IWithRouteTable<ParentT>)

適用対象