Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateExpressRoutePortsLocationID(input interface{}, key string) (warnings []string, errors []error)
- type ExpressRoutePortsLocation
- type ExpressRoutePortsLocationBandwidths
- type ExpressRoutePortsLocationId
- func NewExpressRoutePortsLocationID(subscriptionId string, expressRoutePortsLocationName string) ExpressRoutePortsLocationId
- func ParseExpressRoutePortsLocationID(input string) (*ExpressRoutePortsLocationId, error)
- func ParseExpressRoutePortsLocationIDInsensitively(input string) (*ExpressRoutePortsLocationId, error)
- type ExpressRoutePortsLocationOperationPredicate
- type ExpressRoutePortsLocationPropertiesFormat
- type ExpressRoutePortsLocationsClient
- func (c ExpressRoutePortsLocationsClient) Get(ctx context.Context, id ExpressRoutePortsLocationId) (result GetOperationResponse, err error)
- func (c ExpressRoutePortsLocationsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
- func (c ExpressRoutePortsLocationsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c ExpressRoutePortsLocationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error)
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type ProvisioningState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateExpressRoutePortsLocationID ¶
func ValidateExpressRoutePortsLocationID(input interface{}, key string) (warnings []string, errors []error)
ValidateExpressRoutePortsLocationID checks that 'input' can be parsed as a Express Route Ports Location ID
Types ¶
type ExpressRoutePortsLocation ¶
type ExpressRoutePortsLocation struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ExpressRoutePortsLocationPropertiesFormat `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ExpressRoutePortsLocationId ¶
type ExpressRoutePortsLocationId struct { SubscriptionId string ExpressRoutePortsLocationName string }
ExpressRoutePortsLocationId is a struct representing the Resource ID for a Express Route Ports Location
func NewExpressRoutePortsLocationID ¶
func NewExpressRoutePortsLocationID(subscriptionId string, expressRoutePortsLocationName string) ExpressRoutePortsLocationId
NewExpressRoutePortsLocationID returns a new ExpressRoutePortsLocationId struct
func ParseExpressRoutePortsLocationID ¶
func ParseExpressRoutePortsLocationID(input string) (*ExpressRoutePortsLocationId, error)
ParseExpressRoutePortsLocationID parses 'input' into a ExpressRoutePortsLocationId
func ParseExpressRoutePortsLocationIDInsensitively ¶
func ParseExpressRoutePortsLocationIDInsensitively(input string) (*ExpressRoutePortsLocationId, error)
ParseExpressRoutePortsLocationIDInsensitively parses 'input' case-insensitively into a ExpressRoutePortsLocationId note: this method should only be used for API response data and not user input
func (*ExpressRoutePortsLocationId) FromParseResult ¶
func (id *ExpressRoutePortsLocationId) FromParseResult(input resourceids.ParseResult) error
func (ExpressRoutePortsLocationId) ID ¶
func (id ExpressRoutePortsLocationId) ID() string
ID returns the formatted Express Route Ports Location ID
func (ExpressRoutePortsLocationId) Segments ¶
func (id ExpressRoutePortsLocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Express Route Ports Location ID
func (ExpressRoutePortsLocationId) String ¶
func (id ExpressRoutePortsLocationId) String() string
String returns a human-readable description of this Express Route Ports Location ID
type ExpressRoutePortsLocationOperationPredicate ¶
type ExpressRoutePortsLocationOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (ExpressRoutePortsLocationOperationPredicate) Matches ¶
func (p ExpressRoutePortsLocationOperationPredicate) Matches(input ExpressRoutePortsLocation) bool
type ExpressRoutePortsLocationPropertiesFormat ¶
type ExpressRoutePortsLocationPropertiesFormat struct { Address *string `json:"address,omitempty"` AvailableBandwidths *[]ExpressRoutePortsLocationBandwidths `json:"availableBandwidths,omitempty"` Contact *string `json:"contact,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type ExpressRoutePortsLocationsClient ¶
type ExpressRoutePortsLocationsClient struct {
Client *resourcemanager.Client
}
func NewExpressRoutePortsLocationsClientWithBaseURI ¶
func NewExpressRoutePortsLocationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRoutePortsLocationsClient, error)
func (ExpressRoutePortsLocationsClient) Get ¶
func (c ExpressRoutePortsLocationsClient) Get(ctx context.Context, id ExpressRoutePortsLocationId) (result GetOperationResponse, err error)
Get ...
func (ExpressRoutePortsLocationsClient) List ¶
func (c ExpressRoutePortsLocationsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
List ...
func (ExpressRoutePortsLocationsClient) ListComplete ¶
func (c ExpressRoutePortsLocationsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ExpressRoutePortsLocationsClient) ListCompleteMatchingPredicate ¶
func (c ExpressRoutePortsLocationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ExpressRoutePortsLocationOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRoutePortsLocation }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ExpressRoutePortsLocation }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ExpressRoutePortsLocation }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error