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

IWithCreate 接口

定义

定义的阶段,该阶段包含通过 WithCreate.create () ) (创建的资源所需的全部最低输入,但也允许指定任何其他可选设置。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithMonitoringConfiguration, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithMonitoringFastFailover, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithProfileStatus, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithTtl
type IWithCreate = interface
    interface ICreatable<ITrafficManagerProfile>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithMonitoringConfiguration
    interface IWithMonitoringFastFailover
    interface IWithTtl
    interface IWithProfileStatus
    interface IWithEndpoint
Public Interface IWithCreate
Implements ICreatable(Of ITrafficManagerProfile), IDefinitionWithTags(Of IWithCreate), IWithEndpoint, IWithMonitoringConfiguration, IWithMonitoringFastFailover, IWithProfileStatus, IWithTtl
派生
实现

属性

Key

定义的阶段,该阶段包含通过 WithCreate.create () ) (创建的资源所需的全部最低输入,但也允许指定任何其他可选设置。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

(继承自 ICreatable<T>)
DefineAzureTargetEndpoint(String)

指定要附加到流量管理器配置文件的 Azure 终结点的定义。

(继承自 IWithEndpoint)
DefineExternalTargetEndpoint(String)

指定要附加到流量管理器配置文件的外部终结点的定义。

(继承自 IWithEndpoint)
DefineNestedTargetEndpoint(String)

指定要附加到流量管理器配置文件的嵌套配置文件终结点的定义。

(继承自 IWithEndpoint)
WithFastFailover(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

指定用于监视的快速故障转移设置。

(继承自 IWithMonitoringFastFailover)
WithHttpMonitoring()

指定对使用端口 80 定期从路径“/”检查 HTTP 200 响应的终结点使用 HTTP 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpMonitoring(Int32, String)

为使用指定端口定期从指定路径检查 HTTP 200 响应的终结点指定 HTTP 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpsMonitoring()

指定 对使用端口 443 定期从路径“/”检查 HTTPS 200 响应的终结点使用 HTTPS 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpsMonitoring(Int32, String)

为使用指定端口定期从指定路径检查 HTTPS 200 响应的终结点指定 HTTPS 监视。

(继承自 IWithMonitoringConfiguration)
WithProfileStatusDisabled()

指定需要禁用配置文件。 禁用配置文件将禁用配置文件中所有终结点的流量。

(继承自 IWithProfileStatus)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)
WithTimeToLive(Int32)

指定 DNS TTL(以秒为单位)。

(继承自 IWithTtl)

适用于