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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET