次の方法で共有


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

定義

仮想ネットワーク更新プログラムの一部としてのサブネット定義の全体。

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IWithDelegation<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 IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAddressPrefix<'ParentT>
    interface IWithNetworkSecurityGroup<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithRouteTable<'ParentT>
    interface IWithServiceEndpoint<'ParentT>
    interface IBeta
    interface IWithDelegation<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAddressPrefix(Of ParentT), IWithAttach(Of ParentT), IWithDelegation(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT), IWithServiceEndpoint(Of ParentT)

型パラメーター

ParentT

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

実装

メソッド

Attach()

仮想ネットワーク更新プログラムの一部としてのサブネット定義の全体。

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

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

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

ネットワークのアドレス空間内のサブネットの IP アドレス空間を指定します。

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

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

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

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

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

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

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

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

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

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

(継承元 IWithRouteTable<ParentT>)

適用対象