ArmSelfHelpModelFactory.TroubleshooterContinueContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- responses
- IEnumerable<TroubleshooterResult>
Returns
A new TroubleshooterContinueContent instance for mocking.