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 ValidateExpressRouteProviderPortID(input interface{}, key string) (warnings []string, errors []error) + type ExpressRouteProviderPort struct + Etag *string + Id *string + Location *string + Name *string + Properties *ExpressRouteProviderPortProperties + Tags *map[string]string + Type *string + type ExpressRouteProviderPortId struct + ExpressRouteProviderPortName string + SubscriptionId string + func NewExpressRouteProviderPortID(subscriptionId string, expressRouteProviderPortName string) ExpressRouteProviderPortId + func ParseExpressRouteProviderPortID(input string) (*ExpressRouteProviderPortId, error) + func ParseExpressRouteProviderPortIDInsensitively(input string) (*ExpressRouteProviderPortId, error) + func (id *ExpressRouteProviderPortId) FromParseResult(input resourceids.ParseResult) error + func (id ExpressRouteProviderPortId) ID() string + func (id ExpressRouteProviderPortId) Segments() []resourceids.Segment + func (id ExpressRouteProviderPortId) String() string + type ExpressRouteProviderPortOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ExpressRouteProviderPortOperationPredicate) Matches(input ExpressRouteProviderPort) bool + type ExpressRouteProviderPortOperationResponse struct + HttpResponse *http.Response + Model *ExpressRouteProviderPort + OData *odata.OData + type ExpressRouteProviderPortProperties struct + OverprovisionFactor *int64 + PeeringLocation *string + PortBandwidthInMbps *int64 + PortPairDescriptor *string + PrimaryAzurePort *string + RemainingBandwidthInMbps *int64 + SecondaryAzurePort *string + UsedBandwidthInMbps *int64 + type ExpressRouteProviderPortsClient struct + Client *resourcemanager.Client + func NewExpressRouteProviderPortsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteProviderPortsClient, error) + func (c ExpressRouteProviderPortsClient) ExpressRouteProviderPort(ctx context.Context, id ExpressRouteProviderPortId) (result ExpressRouteProviderPortOperationResponse, err error) + func (c ExpressRouteProviderPortsClient) LocationList(ctx context.Context, id commonids.SubscriptionId, ...) (result LocationListOperationResponse, err error) + func (c ExpressRouteProviderPortsClient) LocationListComplete(ctx context.Context, id commonids.SubscriptionId, ...) (LocationListCompleteResult, error) + func (c ExpressRouteProviderPortsClient) LocationListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result LocationListCompleteResult, err error) + type LocationListCompleteResult struct + Items []ExpressRouteProviderPort + LatestHttpResponse *http.Response + type LocationListCustomPager struct + NextLink *odata.Link + func (p *LocationListCustomPager) NextPageLink() *odata.Link + type LocationListOperationOptions struct + Filter *string + func DefaultLocationListOperationOptions() LocationListOperationOptions + func (o LocationListOperationOptions) ToHeaders() *client.Headers + func (o LocationListOperationOptions) ToOData() *odata.Query + func (o LocationListOperationOptions) ToQuery() *client.QueryParams + type LocationListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteProviderPort + OData *odata.OData