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 PossibleValuesForExpressRouteLinkAdminState() []string + func PossibleValuesForExpressRouteLinkConnectorType() []string + func PossibleValuesForExpressRouteLinkMacSecCipher() []string + func PossibleValuesForExpressRouteLinkMacSecSciState() []string + func PossibleValuesForExpressRoutePortsBillingType() []string + func PossibleValuesForExpressRoutePortsEncapsulation() []string + func PossibleValuesForProvisioningState() []string + func ValidateExpressRoutePortID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ExpressRoutePort + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExpressRouteLink struct + Etag *string + Id *string + Name *string + Properties *ExpressRouteLinkPropertiesFormat + type ExpressRouteLinkAdminState string + const ExpressRouteLinkAdminStateDisabled + const ExpressRouteLinkAdminStateEnabled + func (s *ExpressRouteLinkAdminState) UnmarshalJSON(bytes []byte) error + type ExpressRouteLinkConnectorType string + const ExpressRouteLinkConnectorTypeLC + const ExpressRouteLinkConnectorTypeSC + func (s *ExpressRouteLinkConnectorType) UnmarshalJSON(bytes []byte) error + type ExpressRouteLinkMacSecCipher string + const ExpressRouteLinkMacSecCipherGcmAesOneTwoEight + const ExpressRouteLinkMacSecCipherGcmAesTwoFiveSix + const ExpressRouteLinkMacSecCipherGcmAesXpnOneTwoEight + const ExpressRouteLinkMacSecCipherGcmAesXpnTwoFiveSix + func (s *ExpressRouteLinkMacSecCipher) UnmarshalJSON(bytes []byte) error + type ExpressRouteLinkMacSecConfig struct + CakSecretIdentifier *string + Cipher *ExpressRouteLinkMacSecCipher + CknSecretIdentifier *string + SciState *ExpressRouteLinkMacSecSciState + type ExpressRouteLinkMacSecSciState string + const ExpressRouteLinkMacSecSciStateDisabled + const ExpressRouteLinkMacSecSciStateEnabled + func (s *ExpressRouteLinkMacSecSciState) UnmarshalJSON(bytes []byte) error + type ExpressRouteLinkPropertiesFormat struct + AdminState *ExpressRouteLinkAdminState + ColoLocation *string + ConnectorType *ExpressRouteLinkConnectorType + InterfaceName *string + MacSecConfig *ExpressRouteLinkMacSecConfig + PatchPanelId *string + ProvisioningState *ProvisioningState + RackId *string + RouterName *string + type ExpressRoutePort struct + Etag *string + Id *string + Identity *identity.SystemAndUserAssignedMap + Location *string + Name *string + Properties *ExpressRoutePortPropertiesFormat + Tags *map[string]string + Type *string + type ExpressRoutePortId struct + ExpressRoutePortName string + ResourceGroupName string + SubscriptionId string + func NewExpressRoutePortID(subscriptionId string, resourceGroupName string, expressRoutePortName string) ExpressRoutePortId + func ParseExpressRoutePortID(input string) (*ExpressRoutePortId, error) + func ParseExpressRoutePortIDInsensitively(input string) (*ExpressRoutePortId, error) + func (id *ExpressRoutePortId) FromParseResult(input resourceids.ParseResult) error + func (id ExpressRoutePortId) ID() string + func (id ExpressRoutePortId) Segments() []resourceids.Segment + func (id ExpressRoutePortId) String() string + type ExpressRoutePortOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ExpressRoutePortOperationPredicate) Matches(input ExpressRoutePort) bool + type ExpressRoutePortPropertiesFormat struct + AllocationDate *string + BandwidthInGbps *int64 + BillingType *ExpressRoutePortsBillingType + Circuits *[]SubResource + Encapsulation *ExpressRoutePortsEncapsulation + EtherType *string + Links *[]ExpressRouteLink + Mtu *string + PeeringLocation *string + ProvisionedBandwidthInGbps *float64 + ProvisioningState *ProvisioningState + ResourceGuid *string + type ExpressRoutePortsBillingType string + const ExpressRoutePortsBillingTypeMeteredData + const ExpressRoutePortsBillingTypeUnlimitedData + func (s *ExpressRoutePortsBillingType) UnmarshalJSON(bytes []byte) error + type ExpressRoutePortsClient struct + Client *resourcemanager.Client + func NewExpressRoutePortsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRoutePortsClient, error) + func (c ExpressRoutePortsClient) CreateOrUpdate(ctx context.Context, id ExpressRoutePortId, input ExpressRoutePort) (result CreateOrUpdateOperationResponse, err error) + func (c ExpressRoutePortsClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRoutePortId, input ExpressRoutePort) error + func (c ExpressRoutePortsClient) Delete(ctx context.Context, id ExpressRoutePortId) (result DeleteOperationResponse, err error) + func (c ExpressRoutePortsClient) DeleteThenPoll(ctx context.Context, id ExpressRoutePortId) error + func (c ExpressRoutePortsClient) GenerateLOA(ctx context.Context, id ExpressRoutePortId, ...) (result GenerateLOAOperationResponse, err error) + func (c ExpressRoutePortsClient) Get(ctx context.Context, id ExpressRoutePortId) (result GetOperationResponse, err error) + func (c ExpressRoutePortsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ExpressRoutePortsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ExpressRoutePortsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c ExpressRoutePortsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ExpressRoutePortsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ExpressRoutePortsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c ExpressRoutePortsClient) UpdateTags(ctx context.Context, id ExpressRoutePortId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type ExpressRoutePortsEncapsulation string + const ExpressRoutePortsEncapsulationDotOneQ + const ExpressRoutePortsEncapsulationQinQ + func (s *ExpressRoutePortsEncapsulation) UnmarshalJSON(bytes []byte) error + type GenerateExpressRoutePortsLOARequest struct + CustomerName string + type GenerateExpressRoutePortsLOAResult struct + EncodedContent *string + type GenerateLOAOperationResponse struct + HttpResponse *http.Response + Model *GenerateExpressRoutePortsLOAResult + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ExpressRoutePort + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []ExpressRoutePort + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRoutePort + OData *odata.OData + type ListCompleteResult struct + Items []ExpressRoutePort + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRoutePort + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type SubResource struct + Id *string + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *ExpressRoutePort + OData *odata.OData