Documentation ¶
Index ¶
- func ValidateTrafficManagerProfileID(input interface{}, key string) (warnings []string, errors []error)
- type HeatMapEndpoint
- type HeatMapGetOperationOptions
- type HeatMapGetOperationResponse
- type HeatMapModel
- type HeatMapProperties
- type HeatMapsClient
- type QueryExperience
- type TrafficFlow
- type TrafficManagerProfileId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateTrafficManagerProfileID ¶ added in v0.20220627.1082008
func ValidateTrafficManagerProfileID(input interface{}, key string) (warnings []string, errors []error)
ValidateTrafficManagerProfileID checks that 'input' can be parsed as a Traffic Manager Profile ID
Types ¶
type HeatMapEndpoint ¶
type HeatMapGetOperationOptions ¶
func DefaultHeatMapGetOperationOptions ¶
func DefaultHeatMapGetOperationOptions() HeatMapGetOperationOptions
type HeatMapGetOperationResponse ¶
type HeatMapGetOperationResponse struct { HttpResponse *http.Response Model *HeatMapModel }
type HeatMapModel ¶
type HeatMapModel struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *HeatMapProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type HeatMapProperties ¶
type HeatMapProperties struct { EndTime *string `json:"endTime,omitempty"` Endpoints *[]HeatMapEndpoint `json:"endpoints,omitempty"` StartTime *string `json:"startTime,omitempty"` TrafficFlows *[]TrafficFlow `json:"trafficFlows,omitempty"` }
func (*HeatMapProperties) GetEndTimeAsTime ¶
func (o *HeatMapProperties) GetEndTimeAsTime() (*time.Time, error)
func (*HeatMapProperties) GetStartTimeAsTime ¶
func (o *HeatMapProperties) GetStartTimeAsTime() (*time.Time, error)
func (*HeatMapProperties) SetEndTimeAsTime ¶
func (o *HeatMapProperties) SetEndTimeAsTime(input time.Time)
func (*HeatMapProperties) SetStartTimeAsTime ¶
func (o *HeatMapProperties) SetStartTimeAsTime(input time.Time)
type HeatMapsClient ¶
func NewHeatMapsClientWithBaseURI ¶
func NewHeatMapsClientWithBaseURI(endpoint string) HeatMapsClient
func (HeatMapsClient) HeatMapGet ¶
func (c HeatMapsClient) HeatMapGet(ctx context.Context, id TrafficManagerProfileId, options HeatMapGetOperationOptions) (result HeatMapGetOperationResponse, err error)
HeatMapGet ...
type QueryExperience ¶
type TrafficFlow ¶
type TrafficFlow struct { Latitude *float64 `json:"latitude,omitempty"` Longitude *float64 `json:"longitude,omitempty"` QueryExperiences *[]QueryExperience `json:"queryExperiences,omitempty"` SourceIP *string `json:"sourceIp,omitempty"` }
type TrafficManagerProfileId ¶ added in v0.20220627.1082008
type TrafficManagerProfileId struct { SubscriptionId string ResourceGroupName string TrafficManagerProfileName string }
TrafficManagerProfileId is a struct representing the Resource ID for a Traffic Manager Profile
func NewTrafficManagerProfileID ¶ added in v0.20220627.1082008
func NewTrafficManagerProfileID(subscriptionId string, resourceGroupName string, trafficManagerProfileName string) TrafficManagerProfileId
NewTrafficManagerProfileID returns a new TrafficManagerProfileId struct
func ParseTrafficManagerProfileID ¶ added in v0.20220627.1082008
func ParseTrafficManagerProfileID(input string) (*TrafficManagerProfileId, error)
ParseTrafficManagerProfileID parses 'input' into a TrafficManagerProfileId
func ParseTrafficManagerProfileIDInsensitively ¶ added in v0.20220627.1082008
func ParseTrafficManagerProfileIDInsensitively(input string) (*TrafficManagerProfileId, error)
ParseTrafficManagerProfileIDInsensitively parses 'input' case-insensitively into a TrafficManagerProfileId note: this method should only be used for API response data and not user input
func (TrafficManagerProfileId) ID ¶ added in v0.20220627.1082008
func (id TrafficManagerProfileId) ID() string
ID returns the formatted Traffic Manager Profile ID
func (TrafficManagerProfileId) Segments ¶ added in v0.20220627.1082008
func (id TrafficManagerProfileId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Traffic Manager Profile ID
func (TrafficManagerProfileId) String ¶ added in v0.20220627.1082008
func (id TrafficManagerProfileId) String() string
String returns a human-readable description of this Traffic Manager Profile ID