你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCreate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公共 IP 定义的阶段,它包含通过 WithCreate.create () ) (创建资源所需的所有最低要求输入,但也允许指定任何其他可选设置。
public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithAvailabilityZone, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithIPAddress, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithLeafDomainLabel, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithReverseFQDN, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress>
type IWithCreate = interface
interface ICreatable<IPublicIPAddress>
interface IIndexable
interface IWithLeafDomainLabel
interface IWithIPAddress
interface IWithReverseFQDN
interface IWithIdleTimeout
interface IWithAvailabilityZone
interface IBeta
interface IWithSku
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IPublicIPAddress), IDefinitionWithTags(Of IWithCreate), IWithAvailabilityZone, IWithIdleTimeout, IWithIPAddress, IWithLeafDomainLabel, IWithReverseFQDN, IWithSku
- 派生
- 实现
属性
Key |
公共 IP 定义的阶段,它包含通过 WithCreate.create () ) (创建资源所需的所有最低要求输入,但也允许指定任何其他可选设置。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。 (继承自 ICreatable<T>) |
WithAvailabilityZone(AvailabilityZoneId) |
指定 IP 地址的可用性区域。 (继承自 IWithAvailabilityZone) |
WithDynamicIP() |
启用动态 IP 地址分配。 (继承自 IWithIPAddress) |
WithIdleTimeoutInMinutes(Int32) |
指定空闲连接) 超时 (分钟数。 (继承自 IWithIdleTimeout) |
WithLeafDomainLabel(String) |
指定要与此公共 IP 地址关联的叶域标签。 (FQDN) 的完全限定域名将自动构造,方法是将域的其余部分追加到此标签中。 (继承自 IWithLeafDomainLabel) |
WithoutLeafDomainLabel() |
确保不使用叶域标签。 这意味着此公共 IP 地址不会与域名相关联。 (继承自 IWithLeafDomainLabel) |
WithoutReverseFqdn() |
确保不使用反向 FQDN。 (继承自 IWithReverseFQDN) |
WithReverseFqdn(String) |
指定要分配给此公共 IP 地址的反向 FQDN。 (继承自 IWithReverseFQDN) |
WithSku(PublicIPSkuType) |
指定 IP 地址的 SKU。 (继承自 IWithSku) |
WithStaticIP() |
启用静态 IP 地址分配。 创建公共 IP 地址后,使用 PublicIPAddress.ipAddress () 获取 Azure 为此资源分配的实际 IP 地址。 (继承自 IWithIPAddress) |
WithTag(String, String) |
将标记添加到资源。 (继承自 IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
将资源的标记指定为 {@link Map}。 (继承自 IDefinitionWithTags<T>) |