Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidatePeeringRouteTableID(input interface{}, key string) (warnings []string, errors []error) + type ExpressRouteCircuitRoutesTable struct + LocPrf *string + Network *string + NextHop *string + Path *string + Weight *int64 + type ExpressRouteCircuitRoutesTableClient struct + Client *resourcemanager.Client + func NewExpressRouteCircuitRoutesTableClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteCircuitRoutesTableClient, error) + 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 struct + LocPrf *string + Network *string + NextHop *string + Path *string + Weight *int64 + func (p ExpressRouteCircuitRoutesTableOperationPredicate) Matches(input ExpressRouteCircuitRoutesTable) bool + type ExpressRouteCircuitsListRoutesTableCompleteResult struct + Items []ExpressRouteCircuitRoutesTable + LatestHttpResponse *http.Response + type ExpressRouteCircuitsListRoutesTableCustomPager struct + NextLink *odata.Link + func (p *ExpressRouteCircuitsListRoutesTableCustomPager) NextPageLink() *odata.Link + type ExpressRouteCircuitsListRoutesTableOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteCircuitRoutesTable + OData *odata.OData + Poller pollers.Poller + type PeeringRouteTableId struct + ExpressRouteCircuitName string + PeeringName string + ResourceGroupName string + RouteTableName string + SubscriptionId string + func NewPeeringRouteTableID(subscriptionId string, resourceGroupName string, ...) PeeringRouteTableId + func ParsePeeringRouteTableID(input string) (*PeeringRouteTableId, error) + func ParsePeeringRouteTableIDInsensitively(input string) (*PeeringRouteTableId, error) + func (id *PeeringRouteTableId) FromParseResult(input resourceids.ParseResult) error + func (id PeeringRouteTableId) ID() string + func (id PeeringRouteTableId) Segments() []resourceids.Segment + func (id PeeringRouteTableId) String() string