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 PossibleValuesForProvisioningState() []string + func ValidateExpressRoutePortID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLinkID(input interface{}, key string) (warnings []string, errors []error) + 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 ExpressRouteLinkOperationPredicate struct + Etag *string + Id *string + Name *string + func (p ExpressRouteLinkOperationPredicate) Matches(input ExpressRouteLink) bool + type ExpressRouteLinkPropertiesFormat struct + AdminState *ExpressRouteLinkAdminState + ColoLocation *string + ConnectorType *ExpressRouteLinkConnectorType + InterfaceName *string + MacSecConfig *ExpressRouteLinkMacSecConfig + PatchPanelId *string + ProvisioningState *ProvisioningState + RackId *string + RouterName *string + type ExpressRouteLinksClient struct + Client *resourcemanager.Client + func NewExpressRouteLinksClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteLinksClient, error) + func (c ExpressRouteLinksClient) Get(ctx context.Context, id LinkId) (result GetOperationResponse, err error) + func (c ExpressRouteLinksClient) List(ctx context.Context, id ExpressRoutePortId) (result ListOperationResponse, err error) + func (c ExpressRouteLinksClient) ListComplete(ctx context.Context, id ExpressRoutePortId) (ListCompleteResult, error) + func (c ExpressRouteLinksClient) ListCompleteMatchingPredicate(ctx context.Context, id ExpressRoutePortId, ...) (result ListCompleteResult, err error) + 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 GetOperationResponse struct + HttpResponse *http.Response + Model *ExpressRouteLink + OData *odata.OData + type LinkId struct + ExpressRoutePortName string + LinkName string + ResourceGroupName string + SubscriptionId string + func NewLinkID(subscriptionId string, resourceGroupName string, expressRoutePortName string, ...) LinkId + func ParseLinkID(input string) (*LinkId, error) + func ParseLinkIDInsensitively(input string) (*LinkId, error) + func (id *LinkId) FromParseResult(input resourceids.ParseResult) error + func (id LinkId) ID() string + func (id LinkId) Segments() []resourceids.Segment + func (id LinkId) String() string + type ListCompleteResult struct + Items []ExpressRouteLink + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ExpressRouteLink + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error