次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

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

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

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

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

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

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

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

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

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

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

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

(継承元 IWithRouteTable<ParentT>)

適用対象