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 + type BGPCommunity struct + CommunityName *string + CommunityPrefixes *[]string + CommunityValue *string + IsAuthorizedToUse *bool + ServiceGroup *string + ServiceSupportedRegion *string + type BgpServiceCommunitiesClient struct + Client *resourcemanager.Client + func NewBgpServiceCommunitiesClientWithBaseURI(sdkApi sdkEnv.Api) (*BgpServiceCommunitiesClient, error) + func (c BgpServiceCommunitiesClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c BgpServiceCommunitiesClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c BgpServiceCommunitiesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + type BgpServiceCommunity struct + Id *string + Location *string + Name *string + Properties *BgpServiceCommunityPropertiesFormat + Tags *map[string]string + Type *string + type BgpServiceCommunityOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p BgpServiceCommunityOperationPredicate) Matches(input BgpServiceCommunity) bool + type BgpServiceCommunityPropertiesFormat struct + BgpCommunities *[]BGPCommunity + ServiceName *string + type ListCompleteResult struct + Items []BgpServiceCommunity + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]BgpServiceCommunity + OData *odata.OData