你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
连接监视器定义的全部。
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestination, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestinationPort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IDefinition = interface
interface IWithSource
interface IWithDestination
interface IWithDestinationPort
interface IWithCreate
interface ICreatable<IConnectionMonitor>
interface IIndexable
interface IWithSourcePort
interface IWithAutoStart
interface IWithMonitoringInterval
interface IWithTags
Public Interface IDefinition
Implements ICreatable(Of IConnectionMonitor), IWithCreate, IWithDestination, IWithDestinationPort, IWithSource
- 实现
属性
Key |
连接监视器定义的全部。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。 (继承自 ICreatable<T>) |
WithDestination(IHasNetworkInterfaces) |
连接监视器定义的全部。 (继承自 IWithDestination) |
WithDestinationAddress(String) |
连接监视器定义的全部。 (继承自 IWithDestination) |
WithDestinationId(String) |
连接监视器定义的全部。 (继承自 IWithDestination) |
WithDestinationPort(Int32) |
连接监视器定义的全部。 (继承自 IWithDestinationPort) |
WithMonitoringInterval(Int32) |
连接监视器定义的全部。 (继承自 IWithMonitoringInterval) |
WithoutAutoStart() |
禁用自动启动。 (继承自 IWithAutoStart) |
WithoutTag(String) |
从连接监视器中删除标记。 (继承自 IWithTags) |
WithSource(IHasNetworkInterfaces) |
连接监视器定义的全部。 (继承自 IWithSource) |
WithSourceId(String) |
连接监视器定义的全部。 (继承自 IWithSource) |
WithSourcePort(Int32) |
连接监视器定义的全部。 (继承自 IWithSourcePort) |
WithTag(String, String) |
将标记添加到连接监视器。 (继承自 IWithTags) |
WithTags(IDictionary<String,String>) |
指定连接监视器的标记。 (继承自 IWithTags) |