IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of the express route circuit peering definition.
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
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithAdvertisedPublicPrefixes(String) |
Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session. Only public IP address prefixes are accepted. A set of prefixes can be sent as a comma-separated list. These prefixes must be registered to you in an RIR / IRR. (Inherited from IWithAdvertisedPublicPrefixes) |
WithPeerAsn(Int32) | (Inherited from IWithPeerAsn) |
WithPrimaryPeerAddressPrefix(String) | (Inherited from IWithPrimaryPeerAddressPrefix) |
WithSecondaryPeerAddressPrefix(String) | (Inherited from IWithSecondaryPeerAddressPrefix) |
WithVlanId(Int32) | (Inherited from IWithVlanId) |
Applies to
Azure SDK for .NET