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 PossibleValuesForConnectionStatus() []string + func PossibleValuesForConnectivityCheckProtocol() []string + func PossibleValuesForIssueType() []string + func PossibleValuesForMethod() []string + func PossibleValuesForOrigin() []string + func PossibleValuesForPreferredIPVersion() []string + func PossibleValuesForSeverity() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type AsyncOperationResponse struct + HttpResponse *http.Response + Model *ConnectivityCheckResponse + OData *odata.OData + Poller pollers.Poller + type ConnectionStatus string + const ConnectionStatusConnected + const ConnectionStatusDegraded + const ConnectionStatusDisconnected + const ConnectionStatusUnknown + func (s *ConnectionStatus) UnmarshalJSON(bytes []byte) error + type ConnectivityCheckProtocol string + const ConnectivityCheckProtocolHTTP + const ConnectivityCheckProtocolHTTPS + const ConnectivityCheckProtocolTCP + func (s *ConnectivityCheckProtocol) UnmarshalJSON(bytes []byte) error + type ConnectivityCheckRequest struct + Destination ConnectivityCheckRequestDestination + PreferredIPVersion *PreferredIPVersion + Protocol *ConnectivityCheckProtocol + ProtocolConfiguration *ConnectivityCheckRequestProtocolConfiguration + Source ConnectivityCheckRequestSource + type ConnectivityCheckRequestDestination struct + Address string + Port int64 + type ConnectivityCheckRequestProtocolConfiguration struct + HTTPConfiguration *ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration + type ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration struct + Headers *[]HTTPHeader + Method *Method + ValidStatusCodes *[]int64 + type ConnectivityCheckRequestSource struct + Instance *int64 + Region string + type ConnectivityCheckResponse struct + AvgLatencyInMs *int64 + ConnectionStatus *ConnectionStatus + Hops *[]ConnectivityHop + MaxLatencyInMs *int64 + MinLatencyInMs *int64 + ProbesFailed *int64 + ProbesSent *int64 + type ConnectivityHop struct + Address *string + Id *string + Issues *[]ConnectivityIssue + NextHopIds *[]string + ResourceId *string + Type *string + type ConnectivityIssue struct + Context *[]map[string]string + Origin *Origin + Severity *Severity + Type *IssueType + type HTTPHeader struct + Name string + Value string + type IssueType string + const IssueTypeAgentStopped + const IssueTypeDnsResolution + const IssueTypeGuestFirewall + const IssueTypeNetworkSecurityRule + const IssueTypePlatform + const IssueTypePortThrottled + const IssueTypeSocketBind + const IssueTypeUnknown + const IssueTypeUserDefinedRoute + func (s *IssueType) UnmarshalJSON(bytes []byte) error + type Method string + const MethodGET + const MethodPOST + func (s *Method) UnmarshalJSON(bytes []byte) error + type Origin string + const OriginInbound + const OriginLocal + const OriginOutbound + func (s *Origin) UnmarshalJSON(bytes []byte) error + type PerformConnectivityCheckClient struct + Client *resourcemanager.Client + func NewPerformConnectivityCheckClientWithBaseURI(sdkApi sdkEnv.Api) (*PerformConnectivityCheckClient, error) + func (c PerformConnectivityCheckClient) Async(ctx context.Context, id ServiceId, input ConnectivityCheckRequest) (result AsyncOperationResponse, err error) + func (c PerformConnectivityCheckClient) AsyncThenPoll(ctx context.Context, id ServiceId, input ConnectivityCheckRequest) error + type PreferredIPVersion string + const PreferredIPVersionIPvFour + func (s *PreferredIPVersion) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type Severity string + const SeverityError + const SeverityWarning + func (s *Severity) UnmarshalJSON(bytes []byte) error