你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个子网更新作为网络更新的一部分。
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithDelegation, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithNetworkSecurityGroup, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithRouteTable, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithServiceEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
interface IWithAddressPrefix
interface IWithNetworkSecurityGroup
interface IWithRouteTable
interface IWithServiceEndpoint
interface IBeta
interface IWithDelegation
interface ISettable<IUpdate>
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAddressPrefix, IWithDelegation, IWithNetworkSecurityGroup, IWithRouteTable, IWithServiceEndpoint
- 实现
方法
Parent() |
整个子网更新作为网络更新的一部分。 (继承自 ISettable<ParentT>) |
WithAccessFromService(ServiceEndpointType) |
指定要从中启用访问的服务终结点。 (继承自 IWithServiceEndpoint) |
WithAddressPrefix(String) |
指定子网在网络地址空间内的 IP 地址空间。 (继承自 IWithAddressPrefix) |
WithDelegation(String) |
指定子网委派的服务名称。 (继承自 IWithDelegation) |
WithExistingNetworkSecurityGroup(INetworkSecurityGroup) |
将现有网络安全组分配给此子网。 (继承自 IWithNetworkSecurityGroup) |
WithExistingNetworkSecurityGroup(String) |
将现有网络安全组分配给此子网。 (继承自 IWithNetworkSecurityGroup) |
WithExistingRouteTable(IRouteTable) |
指定要与子网关联的现有路由表。 (继承自 IWithRouteTable) |
WithExistingRouteTable(String) |
指定要与子网关联的现有路由表。 (继承自 IWithRouteTable) |
WithoutAccessFromService(ServiceEndpointType) |
指定应删除服务终结点的现有访问权限。 (继承自 IWithServiceEndpoint) |
WithoutDelegation(String) |
删除子网委派的服务名称。 (继承自 IWithDelegation) |
WithoutDelegations() |
删除所有子网委派。 (继承自 IWithDelegation) |
WithoutNetworkSecurityGroup() |
删除此子网与任何网络安全组的关联。 (继承自 IWithNetworkSecurityGroup) |
WithoutRouteTable() |
删除与路由表的关联(如果有)。 (继承自 IWithRouteTable) |