次の方法で共有


IUpdate インターフェイス

定義

ネットワーク更新プログラムの一部として、サブネットの全体が更新されます。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithDelegation, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithNetworkSecurityGroup, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithRouteTable, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithServiceEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface IWithAddressPrefix
    interface IWithNetworkSecurityGroup
    interface IWithRouteTable
    interface IWithServiceEndpoint
    interface IBeta
    interface IWithDelegation
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAddressPrefix, IWithDelegation, IWithNetworkSecurityGroup, IWithRouteTable, IWithServiceEndpoint
実装

メソッド

Parent()

ネットワーク更新プログラムの一部として、サブネットの全体が更新されます。

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

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

(継承元 IWithServiceEndpoint)
WithAddressPrefix(String)

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

(継承元 IWithAddressPrefix)
WithDelegation(String)

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

(継承元 IWithDelegation)
WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

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

(継承元 IWithNetworkSecurityGroup)
WithExistingNetworkSecurityGroup(String)

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

(継承元 IWithNetworkSecurityGroup)
WithExistingRouteTable(IRouteTable)

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

(継承元 IWithRouteTable)
WithExistingRouteTable(String)

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

(継承元 IWithRouteTable)
WithoutAccessFromService(ServiceEndpointType)

サービス エンドポイントからの既存のアクセスを削除することを指定します。

(継承元 IWithServiceEndpoint)
WithoutDelegation(String)

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

(継承元 IWithDelegation)
WithoutDelegations()

すべてのサブネット委任を削除します。

(継承元 IWithDelegation)
WithoutNetworkSecurityGroup()

このサブネットとネットワーク セキュリティ グループの関連付けを削除します。

(継承元 IWithNetworkSecurityGroup)
WithoutRouteTable()

ルート テーブルとの関連付けを削除します (存在する場合)。

(継承元 IWithRouteTable)

適用対象