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

IDefinition 接口

定义

负载均衡器定义的全部。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatPool, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithGroup, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNat, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNatOrCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNat>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNat>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNat>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLBRuleOrNat>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithLBRuleOrNat>
    interface IWithExistingResourceGroup<IWithLBRuleOrNat>
    interface IWithNewResourceGroup<IWithLBRuleOrNat>
    interface IWithCreatableResourceGroup<IWithLBRuleOrNat>
    interface IWithCreate
    interface ICreatable<ILoadBalancer>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBackend
    interface IWithFrontend
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
    interface IWithProbe
    interface IWithSku
    interface IBeta
    interface IWithLoadBalancingRule
    interface IWithLBRuleOrNat
    interface IWithInboundNatRule
    interface IWithInboundNatPool
    interface IWithOutboundRule
    interface IWithLBRuleOrNatOrCreate
    interface IWithCreateAndNatChoice
    interface IWithCreateAndInboundNatPool
    interface IWithCreateAndInboundNatRule
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of ILoadBalancer), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithLBRuleOrNat), IWithCreateAndInboundNatPool, IWithCreateAndInboundNatRule, IWithExistingResourceGroup(Of IWithLBRuleOrNat), IWithGroup, IWithGroup(Of IWithLBRuleOrNat), IWithLBRuleOrNat, IWithLBRuleOrNatOrCreate, IWithNewResourceGroup(Of IWithLBRuleOrNat)
实现

属性

Key

负载均衡器定义的全部。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

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

启动后端的定义。

(继承自 IWithBackend)
DefineHttpProbe(String)

开始定义要添加到负载均衡器的新 HTTP 探测。

(继承自 IWithProbe)
DefineHttpsProbe(String)

开始定义要添加到负载均衡器的新 HTTPS 探测。

(继承自 IWithProbe)
DefineInboundNatPool(String)

开始定义要添加到负载均衡器的新启动 NAT 池。 定义必须通过调用 LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithInboundNatPool)
DefineInboundNatRule(String)

开始定义要添加到负载均衡器的新入站 NAT 规则。

(继承自 IWithInboundNatRule)
DefineLoadBalancingRule(String)

开始定义要添加到负载均衡器的新负载均衡规则。

(继承自 IWithLoadBalancingRule)
DefineOutboundRule(String)

开始定义要添加到负载均衡器的新负载均衡器出站规则。

(继承自 IWithOutboundRule)
DefinePrivateFrontend(String)

开始对新的专用 (内部) 负载均衡器前端的显式定义。 (请注意,还可以通过引用这些定义中的现有子网,隐式创建专用前端作为负载均衡规则、入站 NAT 规则或入站 NAT 池定义的一部分。) 。

(继承自 IWithPrivateFrontend)
DefinePublicFrontend(String)

开始显式定义面向 Internet 的新公共 () 负载均衡器前端。 (请注意,还可以通过引用这些定义中的现有公共 IP 地址,隐式创建前端作为负载均衡规则、入站 NAT 规则或入站 NAT 池定义的一部分。) 。

(继承自 IWithPublicFrontend)
DefineTcpProbe(String)

开始定义要添加到负载均衡器的新 TCP 探测。

(继承自 IWithProbe)
WithExistingResourceGroup(IResourceGroup)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithNewResourceGroup()

负载均衡器定义的全部。

(继承自 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

根据指定的定义创建一个新的资源组来放置资源。

(继承自 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

负载均衡器定义的全部。

(继承自 IWithNewResourceGroup<T>)
WithRegion(Region)

指定资源的区域。

(继承自 IDefinitionWithRegion<T>)
WithRegion(String)

按名称指定资源的区域。

(继承自 IDefinitionWithRegion<T>)
WithSku(LoadBalancerSkuType)

指定负载均衡器的 SKU。

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

将标记添加到资源。

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

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

(继承自 IDefinitionWithTags<T>)

适用于