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 PossibleValuesForExpressRouteCircuitPeeringAdvertisedPublicPrefixState() []string + func PossibleValuesForExpressRouteCircuitPeeringState() []string + func PossibleValuesForExpressRoutePeeringState() []string + func PossibleValuesForExpressRoutePeeringType() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForServiceProviderProvisioningState() []string + func ValidateExpressRouteCrossConnectionID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ExpressRouteCrossConnection + OData *odata.OData + Poller pollers.Poller + type ExpressRouteCircuitPeeringAdvertisedPublicPrefixState string + const ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfigured + const ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfiguring + const ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateNotConfigured + const ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValidationNeeded + func (s *ExpressRouteCircuitPeeringAdvertisedPublicPrefixState) UnmarshalJSON(bytes []byte) error + type ExpressRouteCircuitPeeringConfig struct + AdvertisedCommunities *[]string + AdvertisedPublicPrefixes *[]string + AdvertisedPublicPrefixesState *ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + CustomerASN *int64 + LegacyMode *int64 + RoutingRegistryName *string + type ExpressRouteCircuitPeeringState string + const ExpressRouteCircuitPeeringStateDisabled + const ExpressRouteCircuitPeeringStateEnabled + func (s *ExpressRouteCircuitPeeringState) UnmarshalJSON(bytes []byte) error + type ExpressRouteCircuitReference struct + Id *string + type ExpressRouteCrossConnection struct + Etag *string + Id *string + Location *string + Name *string + Properties *ExpressRouteCrossConnectionProperties + Tags *map[string]string + Type *string + type ExpressRouteCrossConnectionId struct + ExpressRouteCrossConnectionName string + ResourceGroupName string + SubscriptionId string + func NewExpressRouteCrossConnectionID(subscriptionId string, resourceGroupName string, ...) ExpressRouteCrossConnectionId + func ParseExpressRouteCrossConnectionID(input string) (*ExpressRouteCrossConnectionId, error) + func ParseExpressRouteCrossConnectionIDInsensitively(input string) (*ExpressRouteCrossConnectionId, error) + func (id *ExpressRouteCrossConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id ExpressRouteCrossConnectionId) ID() string + func (id ExpressRouteCrossConnectionId) Segments() []resourceids.Segment + func (id ExpressRouteCrossConnectionId) String() string + type ExpressRouteCrossConnectionOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ExpressRouteCrossConnectionOperationPredicate) Matches(input ExpressRouteCrossConnection) bool + type ExpressRouteCrossConnectionPeering struct + Etag *string + Id *string + Name *string + Properties *ExpressRouteCrossConnectionPeeringProperties + type ExpressRouteCrossConnectionPeeringProperties struct + AzureASN *int64 + GatewayManagerEtag *string + IPv6PeeringConfig *IPv6ExpressRouteCircuitPeeringConfig + LastModifiedBy *string + MicrosoftPeeringConfig *ExpressRouteCircuitPeeringConfig + PeerASN *int64 + PeeringType *ExpressRoutePeeringType + PrimaryAzurePort *string + PrimaryPeerAddressPrefix *string + ProvisioningState *ProvisioningState + SecondaryAzurePort *string + SecondaryPeerAddressPrefix *string + SharedKey *string + State *ExpressRoutePeeringState + VlanId *int64 + type ExpressRouteCrossConnectionProperties struct + BandwidthInMbps *int64 + ExpressRouteCircuit *ExpressRouteCircuitReference + PeeringLocation *string + Peerings *[]ExpressRouteCrossConnectionPeering + PrimaryAzurePort *string + ProvisioningState *ProvisioningState + STag *int64 + SecondaryAzurePort *string + ServiceProviderNotes *string + ServiceProviderProvisioningState *ServiceProviderProvisioningState + type ExpressRouteCrossConnectionsClient struct + Client *resourcemanager.Client + func NewExpressRouteCrossConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteCrossConnectionsClient, error) + func (c ExpressRouteCrossConnectionsClient) CreateOrUpdate(ctx context.Context, id ExpressRouteCrossConnectionId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ExpressRouteCrossConnectionsClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRouteCrossConnectionId, ...) error + func (c ExpressRouteCrossConnectionsClient) Get(ctx context.Context, id ExpressRouteCrossConnectionId) (result GetOperationResponse, err error) + func (c ExpressRouteCrossConnectionsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ExpressRouteCrossConnectionsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ExpressRouteCrossConnectionsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c ExpressRouteCrossConnectionsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ExpressRouteCrossConnectionsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ExpressRouteCrossConnectionsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c ExpressRouteCrossConnectionsClient) UpdateTags(ctx context.Context, id ExpressRouteCrossConnectionId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type ExpressRoutePeeringState string + const ExpressRoutePeeringStateDisabled + const ExpressRoutePeeringStateEnabled + func (s *ExpressRoutePeeringState) UnmarshalJSON(bytes []byte) error + type ExpressRoutePeeringType string + const ExpressRoutePeeringTypeAzurePrivatePeering + const ExpressRoutePeeringTypeAzurePublicPeering + const ExpressRoutePeeringTypeMicrosoftPeering + func (s *ExpressRoutePeeringType) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *ExpressRouteCrossConnection + OData *odata.OData + type IPv6ExpressRouteCircuitPeeringConfig struct + MicrosoftPeeringConfig *ExpressRouteCircuitPeeringConfig + PrimaryPeerAddressPrefix *string + RouteFilter *SubResource + SecondaryPeerAddressPrefix *string + State *ExpressRouteCircuitPeeringState + type ListByResourceGroupCompleteResult struct + Items []ExpressRouteCrossConnection + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteCrossConnection + OData *odata.OData + type ListCompleteResult struct + Items []ExpressRouteCrossConnection + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteCrossConnection + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ServiceProviderProvisioningState string + const ServiceProviderProvisioningStateDeprovisioning + const ServiceProviderProvisioningStateNotProvisioned + const ServiceProviderProvisioningStateProvisioned + const ServiceProviderProvisioningStateProvisioning + func (s *ServiceProviderProvisioningState) UnmarshalJSON(bytes []byte) error + type SubResource struct + Id *string + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *ExpressRouteCrossConnection + OData *odata.OData