ArmSelfHelpModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmSelfHelpModelFactory
type ArmSelfHelpModelFactory = class
Public Class ArmSelfHelpModelFactory
Inheritance
ArmSelfHelpModelFactory

Methods

Name Description
AutomatedCheckResult(String, String, String, Nullable<AutomatedCheckResultType>)

Only for AutomatedStep type.

ClassificationService(ResourceIdentifier, String, IEnumerable<String>)

Service Classification result object.

DiscoveryNlpContent(String, String, String, String)

Discover NLP request.

KBSearchResult(String, String, String, Nullable<SelfHelpConfidence>, String, Nullable<KBSearchResultType>, Nullable<Int32>, String)

Details of an AzureKB search result.

KBWebResult(String, IEnumerable<KBSearchResult>)

AzureKB web result.

MetricsBasedChart(String, Nullable<ChartAggregationType>, Nullable<TimeSpan>, String, IEnumerable<SelfHelpFilter>, String)

Initializes a new instance of MetricsBasedChart.

ReplacementMapsResult(IEnumerable<KBWebResult>, IEnumerable<SelfHelpVideo>, IEnumerable<VideoGroupDetail>)

Solution replacement maps.

ResponseConfig(String, String)

The status of the resource.

ResponseValidationProperties(String, Nullable<TroubleshooterValidationScope>, Nullable<Boolean>, String, Nullable<Int64>)

Troubleshooter step input response validation properties.

RestartTroubleshooterResult(String)

Troubleshooter restart response.

SelfHelpDiagnosticData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, IEnumerable<SelfHelpDiagnosticInvocation>, Nullable<DateTimeOffset>, Nullable<SelfHelpProvisioningState>, IEnumerable<SelfHelpDiagnosticInfo>)

Initializes a new instance of SelfHelpDiagnosticData.

SelfHelpDiagnosticInfo(String, Nullable<SelfHelpDiagnosticStatus>, IEnumerable<SelfHelpDiagnosticInsight>, SelfHelpError)

Properties returned with in an insight.

SelfHelpDiagnosticInsight(String, String, String, Nullable<SelfHelpImportanceLevel>)

Detailed insights(s) obtained via the invocation of an insight diagnostic.

SelfHelpDiagnosticInvocation(String, IDictionary<String,String>)

Solution Invocation with additional params needed for invocation.

SelfHelpError(String, String, String, IEnumerable<SelfHelpError>)

Error definition.

SelfHelpFilter(String, String, String)

Filter criterion.

SelfHelpNameAvailabilityResult(Nullable<Boolean>, String, String)

Response for whether the requested resource name is available or not.

SelfHelpSection(String, String, SolutionReplacementMaps)

Part of the solution and are dividers in the solution rendering.

SelfHelpSimplifiedSolutionData(ResourceIdentifier, String, ResourceType, SystemData, String, IDictionary<String,String>, String, IReadOnlyDictionary<String, String>, String, Nullable<SolutionProvisioningState>)

Initializes a new instance of SelfHelpSimplifiedSolutionData.

SelfHelpSolutionData(ResourceIdentifier, String, ResourceType, SystemData, IEnumerable<SolutionTriggerCriterion>, IDictionary<String, String>, String, Nullable<SolutionProvisioningState>, String, String, SolutionReplacementMaps, IEnumerable<SelfHelpSection>)

Initializes a new instance of SelfHelpSolutionData.

SelfHelpSolutionMetadata(ResourceIdentifier, String, ResourceType, SystemData, IEnumerable<SolutionMetadataProperties>)

Initializes a new instance of SelfHelpSolutionMetadata.

SelfHelpSolutionResultData(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, ReplacementMapsResult, IEnumerable<SolutionSection>)
SelfHelpStep(String, String, String, String, Nullable<TroubleshooterExecutionStatus>, String, Nullable<SelfHelpType>, Nullable<Boolean>, IEnumerable<TroubleshooterStepInput>, AutomatedCheckResult, IEnumerable<SelfHelpDiagnosticInsight>, ResponseError)

Troubleshooter step.

SelfHelpTroubleshooterData(ResourceIdentifier, String, ResourceType, SystemData, String, IDictionary<String,String>, Nullable<TroubleshooterProvisioningState>, IEnumerable<SelfHelpStep>)

Initializes a new instance of SelfHelpTroubleshooterData.

SelfHelpVideo(String, String, String)

Video detail.

SolutionMetadataProperties(String, Nullable<SelfHelpSolutionType>, String, IEnumerable<String>)

Metadata Properties.

SolutionNlpMetadata(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, String, IEnumerable<SolutionMetadataProperties>, IEnumerable<ClassificationService>)

Initializes a new instance of SolutionNlpMetadata.

SolutionReplacementMaps(IEnumerable<KBWebResult>, IEnumerable<SolutionsDiagnostic>, IEnumerable<SolutionsTroubleshooters>, IEnumerable<MetricsBasedChart>, IEnumerable<SelfHelpVideo>, IEnumerable<VideoGroupDetail>)

Solution replacement maps.

SolutionsDiagnostic(String, Nullable<SelfHelpDiagnosticStatus>, String, String, String, IEnumerable<String>, IEnumerable<SelfHelpDiagnosticInsight>)

Solutions Diagnostic.

SolutionSection(String, String, ReplacementMapsResult)

Part of the solution and are dividers in the solution rendering.

SolutionsTroubleshooters(String, String, String)

Troubleshooters in Solutions.

SolutionWarmUpContent(IDictionary<String,String>)

Solution WarmUpRequest body.

TroubleshooterContinueContent(String, IEnumerable<TroubleshooterResult>)

Troubleshooter ContinueRequest body.

TroubleshooterStepInput(String, Nullable<TroubleshooterQuestionType>, String, String, Nullable<TroubleshooterQuestionContentType>, String, String, String, ResponseValidationProperties, IEnumerable<ResponseConfig>)

Details of step input.

VideoGroupDetail(IEnumerable<VideoGroupVideo>, String)

Video group detail.

VideoGroupVideo(String, String)

VideoGroup video detail.

Applies to