Documentation ¶
Index ¶
- func ValidatePeeringRouteTableID(input interface{}, key string) (warnings []string, errors []error)
- type ExpressRouteCircuitRoutesTable
- type ExpressRouteCircuitRoutesTableClient
- func (c ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTable(ctx context.Context, id PeeringRouteTableId) (result ExpressRouteCircuitsListRoutesTableOperationResponse, err error)
- func (c ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTableThenPoll(ctx context.Context, id PeeringRouteTableId) error
- type ExpressRouteCircuitRoutesTableOperationPredicate
- type ExpressRouteCircuitsListRoutesTableCompleteResult
- type ExpressRouteCircuitsListRoutesTableCustomPager
- type ExpressRouteCircuitsListRoutesTableOperationResponse
- type PeeringRouteTableId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePeeringRouteTableID ¶
ValidatePeeringRouteTableID checks that 'input' can be parsed as a Peering Route Table ID
Types ¶
type ExpressRouteCircuitRoutesTableClient ¶
type ExpressRouteCircuitRoutesTableClient struct {
Client *resourcemanager.Client
}
func NewExpressRouteCircuitRoutesTableClientWithBaseURI ¶
func NewExpressRouteCircuitRoutesTableClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteCircuitRoutesTableClient, error)
func (ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTable ¶
func (c ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTable(ctx context.Context, id PeeringRouteTableId) (result ExpressRouteCircuitsListRoutesTableOperationResponse, err error)
ExpressRouteCircuitsListRoutesTable ...
func (ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTableThenPoll ¶
func (c ExpressRouteCircuitRoutesTableClient) ExpressRouteCircuitsListRoutesTableThenPoll(ctx context.Context, id PeeringRouteTableId) error
ExpressRouteCircuitsListRoutesTableThenPoll performs ExpressRouteCircuitsListRoutesTable then polls until it's completed
type ExpressRouteCircuitRoutesTableOperationPredicate ¶
type ExpressRouteCircuitRoutesTableOperationPredicate struct { LocPrf *string Network *string NextHop *string Path *string Weight *int64 }
func (ExpressRouteCircuitRoutesTableOperationPredicate) Matches ¶
func (p ExpressRouteCircuitRoutesTableOperationPredicate) Matches(input ExpressRouteCircuitRoutesTable) bool
type ExpressRouteCircuitsListRoutesTableCompleteResult ¶
type ExpressRouteCircuitsListRoutesTableCompleteResult struct { LatestHttpResponse *http.Response Items []ExpressRouteCircuitRoutesTable }
type ExpressRouteCircuitsListRoutesTableCustomPager ¶ added in v0.20240628.1153531
type ExpressRouteCircuitsListRoutesTableCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*ExpressRouteCircuitsListRoutesTableCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ExpressRouteCircuitsListRoutesTableCustomPager) NextPageLink() *odata.Link
type PeeringRouteTableId ¶
type PeeringRouteTableId struct { SubscriptionId string ResourceGroupName string ExpressRouteCircuitName string PeeringName string RouteTableName string }
PeeringRouteTableId is a struct representing the Resource ID for a Peering Route Table
func NewPeeringRouteTableID ¶
func NewPeeringRouteTableID(subscriptionId string, resourceGroupName string, expressRouteCircuitName string, peeringName string, routeTableName string) PeeringRouteTableId
NewPeeringRouteTableID returns a new PeeringRouteTableId struct
func ParsePeeringRouteTableID ¶
func ParsePeeringRouteTableID(input string) (*PeeringRouteTableId, error)
ParsePeeringRouteTableID parses 'input' into a PeeringRouteTableId
func ParsePeeringRouteTableIDInsensitively ¶
func ParsePeeringRouteTableIDInsensitively(input string) (*PeeringRouteTableId, error)
ParsePeeringRouteTableIDInsensitively parses 'input' case-insensitively into a PeeringRouteTableId note: this method should only be used for API response data and not user input
func (*PeeringRouteTableId) FromParseResult ¶
func (id *PeeringRouteTableId) FromParseResult(input resourceids.ParseResult) error
func (PeeringRouteTableId) ID ¶
func (id PeeringRouteTableId) ID() string
ID returns the formatted Peering Route Table ID
func (PeeringRouteTableId) Segments ¶
func (id PeeringRouteTableId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Peering Route Table ID
func (PeeringRouteTableId) String ¶
func (id PeeringRouteTableId) String() string
String returns a human-readable description of this Peering Route Table ID