次の方法で共有


IUpdate インターフェイス

定義

ネットワーク インターフェイスの更新プログラムの一部としてのネットワーク インターフェイス IP 構成の更新の全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithApplicationGateway, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithLoadBalancer, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPrivateIP, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithPrivateIP
    interface IWithPrivateIPAddress<IUpdate>
    interface IWithPublicIPAddress
    interface IWithPublicIPAddress<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithLoadBalancer
    interface IWithApplicationGateway
    interface IWithApplicationGatewayBeta
    interface IBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithApplicationGateway, IWithExistingPublicIPAddress(Of IUpdate), IWithLoadBalancer, IWithNewPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPrivateIP, IWithPrivateIPAddress(Of IUpdate), IWithPublicIPAddress, IWithPublicIPAddress(Of IUpdate), IWithSubnet
実装

メソッド

Parent()

ネットワーク インターフェイスの更新プログラムの一部としてのネットワーク インターフェイス IP 構成の更新の全体。

(継承元 ISettable<ParentT>)
WithExistingApplicationGatewayBackend(IApplicationGateway, String)

この IP 構成を関連付けるアプリケーション ゲートウェイ バックエンドを指定します。

(継承元 IWithApplicationGatewayBeta)
WithExistingLoadBalancerBackend(ILoadBalancer, String)

この IP 構成を関連付けるロード バランサーを指定します。

(継承元 IWithLoadBalancer)
WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String)

この IP 構成を関連付けるロード バランサーの受信 NAT 規則を指定します。

(継承元 IWithLoadBalancer)
WithExistingPublicIPAddress(IPublicIPAddress)

既存のパブリック IP アドレスをリソースに関連付けます。

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

既存のパブリック IP アドレスをリソースに関連付けます。

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

リソースと同じリージョンとグループに新しいパブリック IP アドレスを作成し、それをリソースに関連付けます。 パブリック IP アドレスの内部名と DNS ラベルは、リソースの名前から派生します。

(継承元 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

リソースに関連付ける新しいパブリック IP アドレスを作成します。

(継承元 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(String)

指定した DNS ラベルを使用して、リソースと同じリージョンとグループに新しいパブリック IP アドレスを作成し、それをリソースに関連付けます。 パブリック IP アドレスの内部名は、DNS ラベルから派生します。

(継承元 IWithNewPublicIPAddress<ReturnT>)
WithoutApplicationGatewayBackends()

アプリケーション ゲートウェイ バックエンドとの既存の関連付けをすべて削除します。

(継承元 IWithApplicationGatewayBeta)
WithoutLoadBalancerBackends()

ロード バランサー バックエンドとの既存の関連付けをすべて削除します。

(継承元 IWithLoadBalancer)
WithoutLoadBalancerInboundNatRules()

ロード バランサーの受信 NAT 規則を使用して、既存のすべての関連付けを削除します。

(継承元 IWithLoadBalancer)
WithoutPublicIPAddress()

パブリック IP アドレスへの既存の参照を削除します。

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithPrivateIPAddressDynamic()

関連付けられたサブネット内で動的プライベート IP アドレスの割り当てを有効にします。

(継承元 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

関連付けられたサブネット内で、指定した静的プライベート IP アドレスを割り当てます。

(継承元 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPVersion(IPVersion)

プライベート IP アドレスの IP バージョンを指定します。

(継承元 IWithPrivateIP)
WithSubnet(String)

サブネットをネットワーク インターフェイス IP 構成に関連付けます。

(継承元 IWithSubnet)

適用対象