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 PossibleValuesForDetectorType() []string + func PossibleValuesForInsightStatus() []string + func PossibleValuesForRenderingType() []string + func ValidateCertificateOrderDetectorID(input interface{}, key string) (warnings []string, errors []error) + func ValidateCertificateOrderID(input interface{}, key string) (warnings []string, errors []error) + type CertificateOrderDetectorId struct + CertificateOrderName string + DetectorName string + ResourceGroupName string + SubscriptionId string + func NewCertificateOrderDetectorID(subscriptionId string, resourceGroupName string, certificateOrderName string, ...) CertificateOrderDetectorId + func ParseCertificateOrderDetectorID(input string) (*CertificateOrderDetectorId, error) + func ParseCertificateOrderDetectorIDInsensitively(input string) (*CertificateOrderDetectorId, error) + func (id *CertificateOrderDetectorId) FromParseResult(input resourceids.ParseResult) error + func (id CertificateOrderDetectorId) ID() string + func (id CertificateOrderDetectorId) Segments() []resourceids.Segment + func (id CertificateOrderDetectorId) String() string + type CertificateOrderId struct + CertificateOrderName string + ResourceGroupName string + SubscriptionId string + func NewCertificateOrderID(subscriptionId string, resourceGroupName string, certificateOrderName string) CertificateOrderId + func ParseCertificateOrderID(input string) (*CertificateOrderId, error) + func ParseCertificateOrderIDInsensitively(input string) (*CertificateOrderId, error) + func (id *CertificateOrderId) FromParseResult(input resourceids.ParseResult) error + func (id CertificateOrderId) ID() string + func (id CertificateOrderId) Segments() []resourceids.Segment + func (id CertificateOrderId) String() string + type CertificateOrdersDiagnosticsClient struct + Client *resourcemanager.Client + func NewCertificateOrdersDiagnosticsClientWithBaseURI(sdkApi sdkEnv.Api) (*CertificateOrdersDiagnosticsClient, error) + func (c CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponse(ctx context.Context, id CertificateOrderDetectorId, ...) (result GetAppServiceCertificateOrderDetectorResponseOperationResponse, ...) + func (c CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponse(ctx context.Context, id CertificateOrderId) (result ListAppServiceCertificateOrderDetectorResponseOperationResponse, ...) + func (c CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseComplete(ctx context.Context, id CertificateOrderId) (ListAppServiceCertificateOrderDetectorResponseCompleteResult, error) + func (c CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseCompleteMatchingPredicate(ctx context.Context, id CertificateOrderId, ...) (result ListAppServiceCertificateOrderDetectorResponseCompleteResult, err error) + type DataProviderMetadata struct + PropertyBag *[]KeyValuePairStringObject + ProviderName *string + type DataTableResponseColumn struct + ColumnName *string + ColumnType *string + DataType *string + type DataTableResponseObject struct + Columns *[]DataTableResponseColumn + Rows *[][]string + TableName *string + type DetectorInfo struct + AnalysisType *[]string + Author *string + Category *string + Description *string + Id *string + Name *string + Score *float64 + SupportTopicList *[]SupportTopic + Type *DetectorType + type DetectorResponse struct + Id *string + Kind *string + Name *string + Properties *DetectorResponseProperties + Type *string + type DetectorResponseOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p DetectorResponseOperationPredicate) Matches(input DetectorResponse) bool + type DetectorResponseProperties struct + DataProvidersMetadata *[]DataProviderMetadata + Dataset *[]DiagnosticData + Metadata *DetectorInfo + Status *Status + SuggestedUtterances *QueryUtterancesResults + type DetectorType string + const DetectorTypeAnalysis + const DetectorTypeCategoryOverview + const DetectorTypeDetector + func (s *DetectorType) UnmarshalJSON(bytes []byte) error + type DiagnosticData struct + RenderingProperties *Rendering + Table *DataTableResponseObject + type GetAppServiceCertificateOrderDetectorResponseOperationOptions struct + EndTime *string + StartTime *string + TimeGrain *string + func DefaultGetAppServiceCertificateOrderDetectorResponseOperationOptions() GetAppServiceCertificateOrderDetectorResponseOperationOptions + func (o GetAppServiceCertificateOrderDetectorResponseOperationOptions) ToHeaders() *client.Headers + func (o GetAppServiceCertificateOrderDetectorResponseOperationOptions) ToOData() *odata.Query + func (o GetAppServiceCertificateOrderDetectorResponseOperationOptions) ToQuery() *client.QueryParams + type GetAppServiceCertificateOrderDetectorResponseOperationResponse struct + HttpResponse *http.Response + Model *DetectorResponse + OData *odata.OData + type InsightStatus string + const InsightStatusCritical + const InsightStatusInfo + const InsightStatusNone + const InsightStatusSuccess + const InsightStatusWarning + func (s *InsightStatus) UnmarshalJSON(bytes []byte) error + type KeyValuePairStringObject struct + Key *string + Value *interface{} + type ListAppServiceCertificateOrderDetectorResponseCompleteResult struct + Items []DetectorResponse + LatestHttpResponse *http.Response + type ListAppServiceCertificateOrderDetectorResponseCustomPager struct + NextLink *odata.Link + func (p *ListAppServiceCertificateOrderDetectorResponseCustomPager) NextPageLink() *odata.Link + type ListAppServiceCertificateOrderDetectorResponseOperationResponse struct + HttpResponse *http.Response + Model *[]DetectorResponse + OData *odata.OData + type QueryUtterancesResult struct + SampleUtterance *SampleUtterance + Score *float64 + type QueryUtterancesResults struct + Query *string + Results *[]QueryUtterancesResult + type Rendering struct + Description *string + Title *string + Type *RenderingType + type RenderingType string + const RenderingTypeAppInsight + const RenderingTypeAppInsightEnablement + const RenderingTypeCard + const RenderingTypeChangeAnalysisOnboarding + const RenderingTypeChangeSets + const RenderingTypeChangesView + const RenderingTypeDataSummary + const RenderingTypeDependencyGraph + const RenderingTypeDetector + const RenderingTypeDownTime + const RenderingTypeDropDown + const RenderingTypeDynamicInsight + const RenderingTypeEmail + const RenderingTypeForm + const RenderingTypeGuage + const RenderingTypeInsights + const RenderingTypeMarkdown + const RenderingTypeNoGraph + const RenderingTypePieChart + const RenderingTypeSearchComponent + const RenderingTypeSolution + const RenderingTypeSummaryCard + const RenderingTypeTable + const RenderingTypeTimeSeries + const RenderingTypeTimeSeriesPerInstance + func (s *RenderingType) UnmarshalJSON(bytes []byte) error + type SampleUtterance struct + Links *[]string + Qid *string + Text *string + type Status struct + Message *string + StatusId *InsightStatus + type SupportTopic struct + Id *string + PesId *string