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

IWithCreate 接口

定义

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithAutoStart, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithMonitoringInterval, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSourcePort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IWithCreate = interface
    interface ICreatable<IConnectionMonitor>
    interface IIndexable
    interface IWithSourcePort
    interface IWithAutoStart
    interface IWithMonitoringInterval
    interface IWithTags
Public Interface IWithCreate
Implements ICreatable(Of IConnectionMonitor), IWithAutoStart, IWithMonitoringInterval, IWithSourcePort, IWithTags
派生
实现

属性

Key (继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithMonitoringInterval(Int32) (继承自 IWithMonitoringInterval)
WithoutAutoStart()

禁用自动启动。

(继承自 IWithAutoStart)
WithoutTag(String)

从连接监视器中删除标记。

(继承自 IWithTags)
WithSourcePort(Int32) (继承自 IWithSourcePort)
WithTag(String, String)

将标记添加到连接监视器。

(继承自 IWithTags)
WithTags(IDictionary<String,String>)

指定连接监视器的标记。

(继承自 IWithTags)

适用于