次の方法で共有


IUpdate インターフェイス

定義

すべての更新プログラムのコンテナー インターフェイス。 Update.apply() を使用して、Azure のリソースに変更を適用します。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IWithIdleTimout, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IWithIPAddress, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IWithLeafDomainLabel, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IWithReverseFQDN, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress>
type IUpdate = interface
    interface IAppliable<IPublicIPAddress>
    interface IIndexable
    interface IWithIPAddress
    interface IWithLeafDomainLabel
    interface IWithReverseFQDN
    interface IWithIdleTimout
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IPublicIPAddress), IUpdateWithTags(Of IUpdate), IWithIdleTimout, IWithIPAddress, IWithLeafDomainLabel, IWithReverseFQDN
実装

プロパティ

Key

すべての更新プログラムのコンテナー インターフェイス。 Update.apply() を使用して、Azure のリソースに変更を適用します。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithDynamicIP()

動的 IP アドレスの割り当てを有効にします。

(継承元 IWithIPAddress)
WithIdleTimeoutInMinutes(Int32)

アイドル状態の接続のタイムアウト (分単位) を指定します。

(継承元 IWithIdleTimout)
WithLeafDomainLabel(String)

このパブリック IP アドレスに関連付けるリーフ ドメイン ラベルを指定します。 完全修飾ドメイン名 (FQDN) は、ドメインの残りの部分をこのラベルに追加することで自動的に構築されます。

(継承元 IWithLeafDomainLabel)
WithoutLeafDomainLabel()

リーフ ドメイン ラベルが使用されないようにします。 つまり、このパブリック IP アドレスはドメイン名に関連付けられません。

(継承元 IWithLeafDomainLabel)
WithoutReverseFqdn()

逆引き FQDN が使用されないようにします。

(継承元 IWithReverseFQDN)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithReverseFqdn(String)

このパブリック IP アドレスに割り当てる逆 FQDN を指定します。

(継承元 IWithReverseFQDN)
WithStaticIP()

静的 IP アドレスの割り当てを有効にします。 パブリック IP アドレスが更新された後で PublicIPAddress.ipAddress() を使用して、Azure によってこのリソースに割り当てられた実際の IP アドレスを取得します。

(継承元 IWithIPAddress)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象