你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
快速路由线路对等互连定义的全部。
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IWithAdvertisedPublicPrefixes, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IWithPeerAsn, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IWithSecondaryPeerAddressPrefix, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Definition.IWithVlanId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>
type IDefinition = interface
interface IBlank
interface IWithPrimaryPeerAddressPrefix
interface IWithAdvertisedPublicPrefixes
interface IWithSecondaryPeerAddressPrefix
interface IWithVlanId
interface IWithPeerAsn
interface IWithCreate
interface ICreatable<IExpressRouteCircuitPeering>
interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IExpressRouteCircuitPeering), IWithAdvertisedPublicPrefixes, IWithCreate, IWithPeerAsn, IWithSecondaryPeerAddressPrefix, IWithVlanId
- 实现
属性
Key |
快速路由线路对等互连定义的全部。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。 (继承自 ICreatable<T>) |
WithAdvertisedPublicPrefixes(String) |
指定播发前缀:设置计划通过 BGP 会话播发的所有前缀的列表。 只接受公共 IP 地址前缀。 可以将一组前缀作为逗号分隔列表发送。 这些前缀必须已在 RIR/IRR 中注册。 (继承自 IWithAdvertisedPublicPrefixes) |
WithPeerAsn(Int32) |
快速路由线路对等互连定义的全部。 (继承自 IWithPeerAsn) |
WithPrimaryPeerAddressPrefix(String) |
快速路由线路对等互连定义的全部。 (继承自 IWithPrimaryPeerAddressPrefix) |
WithSecondaryPeerAddressPrefix(String) |
快速路由线路对等互连定义的全部。 (继承自 IWithSecondaryPeerAddressPrefix) |
WithVlanId(Int32) |
快速路由线路对等互连定义的全部。 (继承自 IWithVlanId) |