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 PossibleValuesForErrorResponseCode() []string + func PossibleValuesForIntegrationServiceEnvironmentNetworkDependencyCategoryType() []string + func PossibleValuesForIntegrationServiceEnvironmentNetworkDependencyHealthState() []string + func PossibleValuesForIntegrationServiceEnvironmentNetworkEndPointAccessibilityState() []string + func ValidateIntegrationServiceEnvironmentID(input interface{}, key string) (warnings []string, errors []error) + type ErrorResponseCode string + const ErrorResponseCodeIntegrationServiceEnvironmentNotFound + const ErrorResponseCodeInternalServerError + const ErrorResponseCodeInvalidOperationId + const ErrorResponseCodeNotSpecified + func (s *ErrorResponseCode) UnmarshalJSON(bytes []byte) error + type ExtendedErrorInfo struct + Code ErrorResponseCode + Details *[]ExtendedErrorInfo + InnerError *interface{} + Message string + type GetOperationResponse struct + HttpResponse *http.Response + Model *map[string]IntegrationServiceEnvironmentSubnetNetworkHealth + OData *odata.OData + type IntegrationServiceEnvironmentId struct + IntegrationServiceEnvironmentName string + ResourceGroup string + SubscriptionId string + func NewIntegrationServiceEnvironmentID(subscriptionId string, resourceGroup string, ...) IntegrationServiceEnvironmentId + func ParseIntegrationServiceEnvironmentID(input string) (*IntegrationServiceEnvironmentId, error) + func ParseIntegrationServiceEnvironmentIDInsensitively(input string) (*IntegrationServiceEnvironmentId, error) + func (id *IntegrationServiceEnvironmentId) FromParseResult(input resourceids.ParseResult) error + func (id IntegrationServiceEnvironmentId) ID() string + func (id IntegrationServiceEnvironmentId) Segments() []resourceids.Segment + func (id IntegrationServiceEnvironmentId) String() string + type IntegrationServiceEnvironmentNetworkDependency struct + Category *IntegrationServiceEnvironmentNetworkDependencyCategoryType + DisplayName *string + Endpoints *[]IntegrationServiceEnvironmentNetworkEndpoint + type IntegrationServiceEnvironmentNetworkDependencyCategoryType string + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeAccessEndpoints + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeAzureActiveDirectory + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeAzureManagement + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeAzureStorage + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeDiagnosticLogsAndMetrics + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeIntegrationServiceEnvironmentConnectors + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeNotSpecified + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeRecoveryService + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeRedisCache + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeRegionalService + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeSQL + const IntegrationServiceEnvironmentNetworkDependencyCategoryTypeSSLCertificateVerification + func (s *IntegrationServiceEnvironmentNetworkDependencyCategoryType) UnmarshalJSON(bytes []byte) error + type IntegrationServiceEnvironmentNetworkDependencyHealth struct + Error *ExtendedErrorInfo + State *IntegrationServiceEnvironmentNetworkDependencyHealthState + type IntegrationServiceEnvironmentNetworkDependencyHealthState string + const IntegrationServiceEnvironmentNetworkDependencyHealthStateHealthy + const IntegrationServiceEnvironmentNetworkDependencyHealthStateNotSpecified + const IntegrationServiceEnvironmentNetworkDependencyHealthStateUnhealthy + const IntegrationServiceEnvironmentNetworkDependencyHealthStateUnknown + func (s *IntegrationServiceEnvironmentNetworkDependencyHealthState) UnmarshalJSON(bytes []byte) error + type IntegrationServiceEnvironmentNetworkEndPointAccessibilityState string + const IntegrationServiceEnvironmentNetworkEndPointAccessibilityStateAvailable + const IntegrationServiceEnvironmentNetworkEndPointAccessibilityStateNotAvailable + const IntegrationServiceEnvironmentNetworkEndPointAccessibilityStateNotSpecified + const IntegrationServiceEnvironmentNetworkEndPointAccessibilityStateUnknown + func (s *IntegrationServiceEnvironmentNetworkEndPointAccessibilityState) UnmarshalJSON(bytes []byte) error + type IntegrationServiceEnvironmentNetworkEndpoint struct + Accessibility *IntegrationServiceEnvironmentNetworkEndPointAccessibilityState + DomainName *string + Ports *[]string + type IntegrationServiceEnvironmentNetworkHealthClient struct + Client *resourcemanager.Client + func NewIntegrationServiceEnvironmentNetworkHealthClientWithBaseURI(sdkApi sdkEnv.Api) (*IntegrationServiceEnvironmentNetworkHealthClient, error) + func (c IntegrationServiceEnvironmentNetworkHealthClient) Get(ctx context.Context, id IntegrationServiceEnvironmentId) (result GetOperationResponse, err error) + type IntegrationServiceEnvironmentSubnetNetworkHealth struct + NetworkDependencyHealthState IntegrationServiceEnvironmentNetworkEndPointAccessibilityState + OutboundNetworkDependencies *[]IntegrationServiceEnvironmentNetworkDependency + OutboundNetworkHealth *IntegrationServiceEnvironmentNetworkDependencyHealth