Versions in this module Expand all Collapse all v0 v0.20241212.1154051 Dec 12, 2024 v0.20241209.1115630 Dec 9, 2024 v0.20241206.1180327 Dec 6, 2024 v0.20241205.1102105 Dec 5, 2024 v0.20241203.1090052 Dec 3, 2024 v0.20241128.1112539 Nov 28, 2024 v0.20241128.1084944 Nov 28, 2024 v0.20241126.1110949 Nov 26, 2024 Changes in this version + func ValidateRouteTablesSummaryID(input interface{}, key string) (warnings []string, errors []error) + type ExpressRouteCircuitRoutesTableSummary struct + As *int64 + Neighbor *string + StatePfxRcd *string + UpDown *string + V *int64 + type ExpressRouteCircuitRoutesTableSummaryClient struct + Client *resourcemanager.Client + func NewExpressRouteCircuitRoutesTableSummaryClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteCircuitRoutesTableSummaryClient, error) + func (c ExpressRouteCircuitRoutesTableSummaryClient) ExpressRouteCircuitsListRoutesTableSummary(ctx context.Context, id RouteTablesSummaryId) (result ExpressRouteCircuitsListRoutesTableSummaryOperationResponse, err error) + func (c ExpressRouteCircuitRoutesTableSummaryClient) ExpressRouteCircuitsListRoutesTableSummaryThenPoll(ctx context.Context, id RouteTablesSummaryId) error + type ExpressRouteCircuitRoutesTableSummaryOperationPredicate struct + As *int64 + Neighbor *string + StatePfxRcd *string + UpDown *string + V *int64 + func (p ExpressRouteCircuitRoutesTableSummaryOperationPredicate) Matches(input ExpressRouteCircuitRoutesTableSummary) bool + type ExpressRouteCircuitsListRoutesTableSummaryCompleteResult struct + Items []ExpressRouteCircuitRoutesTableSummary + LatestHttpResponse *http.Response + type ExpressRouteCircuitsListRoutesTableSummaryCustomPager struct + NextLink *odata.Link + func (p *ExpressRouteCircuitsListRoutesTableSummaryCustomPager) NextPageLink() *odata.Link + type ExpressRouteCircuitsListRoutesTableSummaryOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteCircuitRoutesTableSummary + OData *odata.OData + Poller pollers.Poller + type RouteTablesSummaryId struct + ExpressRouteCircuitName string + PeeringName string + ResourceGroupName string + RouteTablesSummaryName string + SubscriptionId string + func NewRouteTablesSummaryID(subscriptionId string, resourceGroupName string, ...) RouteTablesSummaryId + func ParseRouteTablesSummaryID(input string) (*RouteTablesSummaryId, error) + func ParseRouteTablesSummaryIDInsensitively(input string) (*RouteTablesSummaryId, error) + func (id *RouteTablesSummaryId) FromParseResult(input resourceids.ParseResult) error + func (id RouteTablesSummaryId) ID() string + func (id RouteTablesSummaryId) Segments() []resourceids.Segment + func (id RouteTablesSummaryId) String() string