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

InternetGatewayPatch 类

public final class InternetGatewayPatch
extends TagsUpdate

Internet 网关修补程序资源定义。

构造函数摘要

构造函数 说明
InternetGatewayPatch()

创建 Internet网关修补程序类的实例。

方法摘要

修饰符和类型 方法和描述
String internetGatewayRuleId()

获取 Internet网关规则ID 属性:Internet 网关规则的 ARM 资源 ID。

void validate()

验证 实例。

InternetGatewayPatch withInternetGatewayRuleId(String internetGatewayRuleId)

设置 Internet网关规则ID 属性:Internet 网关规则的 ARM 资源 ID。

InternetGatewayPatch withTags(Map<String,String> tags)

设置 tags 属性:资源标记。

方法继承自 TagsUpdate

方法继承自 java.lang.Object

构造函数详细信息

InternetGatewayPatch

public InternetGatewayPatch()

创建 InternetGatewayPatch 类的实例。

方法详细信息

internetGatewayRuleId

public String internetGatewayRuleId()

获取 internetGatewayRuleId 属性:Internet 网关规则的 ARM 资源 ID。

Returns:

internetGatewayRuleId 值。

validate

public void validate()

验证 实例。

Overrides:

InternetGatewayPatch.validate()

withInternetGatewayRuleId

public InternetGatewayPatch withInternetGatewayRuleId(String internetGatewayRuleId)

设置 Internet 网关规则的 internetGatewayRuleId 属性:ARM 资源 ID。

Parameters:

internetGatewayRuleId - 要设置的 internetGatewayRuleId 值。

Returns:

InternetGatewayPatch 对象本身。

withTags

public InternetGatewayPatch withTags(Map tags)

设置 tags 属性:资源标记。

Overrides:

InternetGatewayPatch.withTags(Map<String,String> tags)

Parameters:

tags

适用于