ArmSelfHelpModelFactory.KBWebResult 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.
Initializes a new instance of KBWebResult.
public static Azure.ResourceManager.SelfHelp.Models.KBWebResult KBWebResult (string replacementKey = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.KBSearchResult> searchResults = default);
static member KBWebResult : string * seq<Azure.ResourceManager.SelfHelp.Models.KBSearchResult> -> Azure.ResourceManager.SelfHelp.Models.KBWebResult
Public Shared Function KBWebResult (Optional replacementKey As String = Nothing, Optional searchResults As IEnumerable(Of KBSearchResult) = Nothing) As KBWebResult
Parameters
- replacementKey
- String
Place holder used in HTML Content replace control with the content.
- searchResults
- IEnumerable<KBSearchResult>
AzureKB search results.
Returns
A new KBWebResult instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET