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

IDefinition 接口

定义

快速路由线路定义的完整。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithBandwidth, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithGroup, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithPeeringLocation, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithServiceProvider>
    interface IWithExistingResourceGroup<IWithServiceProvider>
    interface IWithNewResourceGroup<IWithServiceProvider>
    interface IWithCreatableResourceGroup<IWithServiceProvider>
    interface IWithServiceProvider
    interface IWithPeeringLocation
    interface IWithBandwidth
    interface IWithSku
    interface IWithCreate
    interface ICreatable<IExpressRouteCircuit>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithAllowClassicOperations
    interface IWithAuthorization
Public Interface IDefinition
Implements IBlank, ICreatable(Of IExpressRouteCircuit), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithBandwidth, IWithCreatableResourceGroup(Of IWithServiceProvider), IWithCreate, IWithExistingResourceGroup(Of IWithServiceProvider), IWithGroup, IWithGroup(Of IWithServiceProvider), IWithNewResourceGroup(Of IWithServiceProvider), IWithPeeringLocation, IWithServiceProvider, IWithSku
实现

属性

Key

快速路由线路定义的完整。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

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

快速路由线路定义的完整。

(继承自 IWithAuthorization)
WithBandwidthInMbps(Int32)

快速路由线路定义的完整。

(继承自 IWithBandwidth)
WithClassicOperations()

快速路由线路定义的完整。

(继承自 IWithAllowClassicOperations)
WithExistingResourceGroup(IResourceGroup)

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

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

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

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

快速路由线路定义的完整。

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

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

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

快速路由线路定义的完整。

(继承自 IWithNewResourceGroup<T>)
WithPeeringLocation(String)

快速路由线路定义的完整。

(继承自 IWithPeeringLocation)
WithRegion(Region)

指定资源的区域。

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

按名称指定资源的区域。

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

快速路由线路定义的完整。

(继承自 IWithServiceProvider)
WithSku(ExpressRouteCircuitSkuType)

快速路由线路定义的完整。

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

将标记添加到资源。

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

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

(继承自 IDefinitionWithTags<T>)

适用于