ArmSelfHelpModelFactory.TroubleshooterContinueContent Method

Definition

Troubleshooter ContinueRequest body.

public static Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent TroubleshooterContinueContent(string stepId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterResult> responses = default);
static member TroubleshooterContinueContent : string * seq<Azure.ResourceManager.SelfHelp.Models.TroubleshooterResult> -> Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent
Public Shared Function TroubleshooterContinueContent (Optional stepId As String = Nothing, Optional responses As IEnumerable(Of TroubleshooterResult) = Nothing) As TroubleshooterContinueContent

Parameters

stepId
String

Unique id of the result.

Returns

A new TroubleshooterContinueContent instance for mocking.

Applies to