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 + func ValidateExpressRoutePortsLocationID(input interface{}, key string) (warnings []string, errors []error) + type ExpressRoutePortsLocation struct + Id *string + Location *string + Name *string + Properties *ExpressRoutePortsLocationPropertiesFormat + Tags *map[string]string + Type *string + type ExpressRoutePortsLocationBandwidths struct + OfferName *string + ValueInGbps *int64 + type ExpressRoutePortsLocationId struct + ExpressRoutePortsLocationName string + SubscriptionId string + func NewExpressRoutePortsLocationID(subscriptionId string, expressRoutePortsLocationName string) ExpressRoutePortsLocationId + func ParseExpressRoutePortsLocationID(input string) (*ExpressRoutePortsLocationId, error) + func ParseExpressRoutePortsLocationIDInsensitively(input string) (*ExpressRoutePortsLocationId, error) + func (id *ExpressRoutePortsLocationId) FromParseResult(input resourceids.ParseResult) error + func (id ExpressRoutePortsLocationId) ID() string + func (id ExpressRoutePortsLocationId) Segments() []resourceids.Segment + func (id ExpressRoutePortsLocationId) String() string + type ExpressRoutePortsLocationOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ExpressRoutePortsLocationOperationPredicate) Matches(input ExpressRoutePortsLocation) bool + type ExpressRoutePortsLocationPropertiesFormat struct + Address *string + AvailableBandwidths *[]ExpressRoutePortsLocationBandwidths + Contact *string + ProvisioningState *ProvisioningState + type ExpressRoutePortsLocationsClient struct + Client *resourcemanager.Client + func NewExpressRoutePortsLocationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRoutePortsLocationsClient, error) + func (c ExpressRoutePortsLocationsClient) Get(ctx context.Context, id ExpressRoutePortsLocationId) (result GetOperationResponse, err error) + func (c ExpressRoutePortsLocationsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ExpressRoutePortsLocationsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ExpressRoutePortsLocationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *ExpressRoutePortsLocation + OData *odata.OData + type ListCompleteResult struct + Items []ExpressRoutePortsLocation + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRoutePortsLocation + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error