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

IVerificationIPFlow 接口

定义

一种客户端表示形式,允许根据方向、协议、本地 IP、远程 IP、本地端口和远程端口验证来自特定 VM 的 IP 数据包流。

public interface IVerificationIPFlow : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IVerificationIPFlow>
type IVerificationIPFlow = interface
    interface IBeta
    interface IExecutable<IVerificationIPFlow>
    interface IIndexable
    interface IHasParent<INetworkWatcher>
Public Interface IVerificationIPFlow
Implements IBeta, IExecutable(Of IVerificationIPFlow), IHasParent(Of INetworkWatcher)
实现

属性

Access

获取访问值。 指示是允许还是拒绝流量。

Key

一种客户端表示形式,允许根据方向、协议、本地 IP、远程 IP、本地端口和远程端口验证来自特定 VM 的 IP 数据包流。

(继承自 IIndexable)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
RuleName

获取 ruleName 值。 如果输入未与任何安全规则匹配,则不会显示该输入。

方法

Execute()

执行请求。

(继承自 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

异步执行请求。

(继承自 IExecutable<T>)

适用于