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 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