你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>)

适用于