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 PossibleValuesForProvisioningState() []string + type ExpressRouteServiceProvider struct + Id *string + Location *string + Name *string + Properties *ExpressRouteServiceProviderPropertiesFormat + Tags *map[string]string + Type *string + type ExpressRouteServiceProviderBandwidthsOffered struct + OfferName *string + ValueInMbps *int64 + type ExpressRouteServiceProviderOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ExpressRouteServiceProviderOperationPredicate) Matches(input ExpressRouteServiceProvider) bool + type ExpressRouteServiceProviderPropertiesFormat struct + BandwidthsOffered *[]ExpressRouteServiceProviderBandwidthsOffered + PeeringLocations *[]string + ProvisioningState *ProvisioningState + type ExpressRouteServiceProvidersClient struct + Client *resourcemanager.Client + func NewExpressRouteServiceProvidersClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteServiceProvidersClient, error) + func (c ExpressRouteServiceProvidersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ExpressRouteServiceProvidersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ExpressRouteServiceProvidersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + type ListCompleteResult struct + Items []ExpressRouteServiceProvider + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteServiceProvider + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error